Load helm-c-yasnippet after yasnippet and helm
1 files changed, 1 insertions(+), 1 deletions(-) M lisp/setup-helm.el
M lisp/setup-helm.el => lisp/setup-helm.el +1 -1
@@ 51,7 51,7 @@ ;;; Helm extension for yasnippet (use-package helm-c-yasnippet :ensure t - :after yasnippet + :after (yasnippet helm) :bind ("C-c y" . helm-yas-complete) :init