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