Fixed yasnippet invocation, hopefully.
This commit is contained in:
parent
a94c742460
commit
b1d0f51713
7
init.el
7
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
|
||||
|
|
Loading…
Reference in New Issue
Block a user