mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
private/hlissner: don't track snippets directory (use +hlissner/install-snippets)
This commit is contained in:
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
|
||||||
|
Submodule modules/private/hlissner/snippets deleted from 82fcb01543
Reference in New Issue
Block a user