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
1
modules/private/hlissner/.gitignore
vendored
Normal file
1
modules/private/hlissner/.gitignore
vendored
Normal file
|
@ -0,0 +1 @@
|
||||||
|
snippets/
|
|
@ -5,7 +5,7 @@
|
||||||
"Install my snippets from https://github.com/hlissner/emacs-snippets into
|
"Install my snippets from https://github.com/hlissner/emacs-snippets into
|
||||||
private/hlissner/snippets."
|
private/hlissner/snippets."
|
||||||
(interactive)
|
(interactive)
|
||||||
(bs-fetch :github "hlissner/emacs-snippets"
|
(doom-fetch :github "hlissner/emacs-snippets"
|
||||||
(expand-file-name "snippets" (doom-module-path :private 'hlissner))))
|
(expand-file-name "snippets" (doom-module-path :private 'hlissner))))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 82fcb015435f21682f6f5880bf71bcec672ae14d
|
|
Loading…
Add table
Add a link
Reference in a new issue