Make helm-c-yasnippet load only after yasnippets

This commit is contained in:
Gergely Polonkai 2019-11-14 14:33:04 +01:00
parent 9107b0f513
commit 14c8a85898
No known key found for this signature in database
GPG Key ID: 38F402C8471DDE93
1 changed files with 2 additions and 0 deletions

View File

@ -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)