Fixed yasnippet invocation, hopefully.

This commit is contained in:
tastytea 2019-08-09 01:04:53 +02:00
parent a94c742460
commit b1d0f51713
1 changed files with 4 additions and 3 deletions

View File

@ -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