Move default snippets library to feature/snippets

Removes the +snippets flag from config/default. The default snippets can
be disabled by disabling the emacs-snippets package.
This commit is contained in:
Henrik Lissner
2018-11-02 11:29:58 -04:00
parent 85ea30377f
commit 91b76d8437
8 changed files with 32 additions and 28 deletions

View File

@ -3,14 +3,6 @@
(if (featurep! +bindings) (load! "+bindings"))
;;
;; Packages
(def-package! emacs-snippets
:if (featurep! +snippets)
:after yasnippet)
;;
;; Config