Emacs: use yasnippets
This commit is contained in:
parent
ce99e2edfb
commit
9fcc7a393b
1 changed files with 5 additions and 0 deletions
|
@ -876,3 +876,8 @@
|
|||
:defer t
|
||||
:init (global-hl-todo-mode))
|
||||
|
||||
;; yasnippets
|
||||
;; Yet another snippet extension for Emacs.
|
||||
(use-package yasnippet
|
||||
:defer t)
|
||||
|
||||
|
|
Loading…
Reference in a new issue