mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 21:13:04 +00:00
* Reasonable default for `yas/snippet-dirs'. Should take care of issue 179.
This commit is contained in:
parent
0d00c707e9
commit
51e99ef3a0
@ -165,7 +165,8 @@
|
||||
:group 'editing)
|
||||
|
||||
;;;###autoload
|
||||
(defcustom yas/snippet-dirs nil
|
||||
(defcustom yas/snippet-dirs (list "~/.emacs.d/snippets"
|
||||
(concat (file-name-directory load-file-name) "snippets"))
|
||||
"Directory or list of snippet dirs for each major mode.
|
||||
|
||||
The directory where user-created snippets are to be stored. Can
|
||||
|
Loading…
x
Reference in New Issue
Block a user