Make yasnippet-snippets load only after yasnippets

This commit is contained in:
Gergely Polonkai 2019-11-14 14:32:03 +01:00
parent 5970581376
commit 17ced28e3d
No known key found for this signature in database
GPG Key ID: 38F402C8471DDE93
1 changed files with 3 additions and 1 deletions

View File

@ -2467,7 +2467,9 @@ Automatically add spaces around operators.
*** Miscellanous extra snippets
#+BEGIN_SRC emacs-lisp
(use-package yasnippet-snippets)
(use-package yasnippet-snippets
:after
yasnippet)
#+END_SRC
** Colourful delimiters