Make yasnippet-snippets load only after yasnippets
This commit is contained in:
parent
5970581376
commit
17ced28e3d
@ -2467,7 +2467,9 @@ Automatically add spaces around operators.
|
|||||||
*** Miscellanous extra snippets
|
*** Miscellanous extra snippets
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package yasnippet-snippets)
|
(use-package yasnippet-snippets
|
||||||
|
:after
|
||||||
|
yasnippet)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** Colourful delimiters
|
** Colourful delimiters
|
||||||
|
Loading…
Reference in New Issue
Block a user