From 14c8a858986cdf11c1c010bbdc57c17e88d3b94c Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Thu, 14 Nov 2019 14:33:04 +0100 Subject: [PATCH] Make helm-c-yasnippet load only after yasnippets --- configuration.org | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configuration.org b/configuration.org index 5fed926..e6a59a1 100644 --- a/configuration.org +++ b/configuration.org @@ -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)