Emacs: use yasnippets

This commit is contained in:
Marcel Kapfer 2017-11-28 00:12:55 +01:00
parent ce99e2edfb
commit 9fcc7a393b
1 changed files with 5 additions and 0 deletions

View File

@ -876,3 +876,8 @@
:defer t
:init (global-hl-todo-mode))
;; yasnippets
;; Yet another snippet extension for Emacs.
(use-package yasnippet
:defer t)