From b1d0f517132038dc17fab17ccae76f9317ac8ba8 Mon Sep 17 00:00:00 2001 From: tastytea Date: Fri, 9 Aug 2019 01:04:53 +0200 Subject: [PATCH] Fixed yasnippet invocation, hopefully. --- init.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/init.el b/init.el index 17f4a08..b6d425c 100644 --- a/init.el +++ b/init.el @@ -1,5 +1,5 @@ ;;; init.el --- tastytea's Emacs init file. -;; Time-stamp: <2019-08-08T17:35:59+00:00> +;; Time-stamp: <2019-08-08T23:03:19+00:00> ;;; Commentary: ;; I am using this file with Emacs 26, but most of it will probably work with @@ -368,13 +368,14 @@ With argument, do this that many times." ;; A template system. (use-package yasnippet + :config + (yas-reload-all) :hook (prog-mode . yas-minor-mode) ) ;; Install snippet-collection. -(use-package yasnippet-snippets - :after yasnippet) +(use-package yasnippet-snippets) (use-package smartparens :bind