From e16bfaf4fde454fbc75ce361e248994b6ba75997 Mon Sep 17 00:00:00 2001 From: Marc Pohling Date: Tue, 29 May 2018 11:12:22 +0200 Subject: [PATCH] tried to set yasnippet-dir before yasnippet was available --- config.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.org b/config.org index cf19be7..55082e4 100644 --- a/config.org +++ b/config.org @@ -1374,8 +1374,8 @@ Maybe add [[https://github.com/hlissner/emacs-company-dict][company-dict]]? It's :defer t :diminish yas-minor-mode :init - (setq yas-snippet-dirs (concat PATH_USER_GLOBAL "snippets")) (yas-global-mode t) + (setq yas-snippet-dirs (concat PATH_USER_GLOBAL "snippets")) :mode ("\\.yasnippet" . snippet-mode) ; :config ; (yas-reload-all) ;; ensure snippets are updated and available, necessary when not using global-mode