Emacs: use yasnippets

This commit is contained in:
Marcel Kapfer 2017-11-28 00:12:55 +01:00
parent ce99e2edfb
commit 9fcc7a393b

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)