diff --git a/emacs/emacs.el b/emacs/emacs.el index 8a57155..eed66ab 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -876,3 +876,8 @@ :defer t :init (global-hl-todo-mode)) +;; yasnippets +;; Yet another snippet extension for Emacs. +(use-package yasnippet + :defer t) +