private/hlissner: don't track snippets directory (use +hlissner/install-snippets)

This commit is contained in:
Henrik Lissner 2017-02-20 13:40:15 -05:00
parent 4ae7257f80
commit d96a283b7f
3 changed files with 3 additions and 3 deletions

View file

@ -5,8 +5,8 @@
"Install my snippets from https://github.com/hlissner/emacs-snippets into
private/hlissner/snippets."
(interactive)
(bs-fetch :github "hlissner/emacs-snippets"
(expand-file-name "snippets" (doom-module-path :private 'hlissner))))
(doom-fetch :github "hlissner/emacs-snippets"
(expand-file-name "snippets" (doom-module-path :private 'hlissner))))
;;;###autoload
(defun +hlissner/find-in-templates ()