Make helm-c-yasnippet load only after yasnippets
This commit is contained in:
parent
9107b0f513
commit
14c8a85898
@ -3237,6 +3237,8 @@ See previous versions of the current file.
|
||||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(use-package helm-c-yasnippet
|
||||
:after
|
||||
yasnippet
|
||||
:demand t
|
||||
:custom
|
||||
(helm-yas-space-match-any-greedy t)
|
||||
|
Loading…
Reference in New Issue
Block a user