mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 13:13:03 +00:00
Moved autoload from yas/snippet-dirs
to yas/global-mode
.
This commit is contained in:
parent
d3086586be
commit
e50eafed99
@ -164,7 +164,6 @@
|
||||
"Yet Another Snippet extension"
|
||||
:group 'editing)
|
||||
|
||||
;;;###autoload
|
||||
(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.
|
||||
@ -852,6 +851,7 @@ Do this unless `yas/dont-activate' is truish "
|
||||
(interactive)
|
||||
(yas/minor-mode -1))
|
||||
|
||||
;;;###autoload
|
||||
(define-globalized-minor-mode yas/global-mode yas/minor-mode yas/minor-mode-on
|
||||
:group 'yasnippet
|
||||
:require 'yasnippet)
|
||||
|
Loading…
x
Reference in New Issue
Block a user