From 17ced28e3d0d53d751b6c2f0d6c99ddbfe80762a Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Thu, 14 Nov 2019 14:32:03 +0100 Subject: [PATCH] Make yasnippet-snippets load only after yasnippets --- configuration.org | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configuration.org b/configuration.org index 54faa4b..ab53388 100644 --- a/configuration.org +++ b/configuration.org @@ -2467,7 +2467,9 @@ Automatically add spaces around operators. *** Miscellanous extra snippets #+BEGIN_SRC emacs-lisp -(use-package yasnippet-snippets) +(use-package yasnippet-snippets + :after + yasnippet) #+END_SRC ** Colourful delimiters