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
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
8 changed files with 32 additions and 28 deletions

View file

@ -34,13 +34,6 @@
(defun +default/find-in-notes ()
(interactive) (doom-project-find-file org-directory))
;;;###autoload
(defun +default/browse-snippets ()
(interactive) (doom-project-browse +snippets-dir))
;;;###autoload
(defun +default/find-in-snippets ()
(interactive) (doom-project-find-file +snippets-dir))
;;;###autoload
(defun +default/find-in-config ()
"Open a file somewhere in `doom-private-dir' via a fuzzy filename search."