private/hlissner: don't track snippets directory (use +hlissner/install-snippets)
This commit is contained in:
parent
4ae7257f80
commit
d96a283b7f
3 changed files with 3 additions and 3 deletions
|
@ -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 ()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue