mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 21:13:04 +00:00
bugfix: also use here
This commit is contained in:
parent
afa1b19a2b
commit
3eff698e68
@ -1638,7 +1638,7 @@ Below TOP-LEVEL-DIR each directory is a mode name."
|
|||||||
(unless (file-exists-p (concat directory "/" ".yas-skip"))
|
(unless (file-exists-p (concat directory "/" ".yas-skip"))
|
||||||
(if (and (not no-compiled-snippets)
|
(if (and (not no-compiled-snippets)
|
||||||
(load (expand-file-name ".yas-compiled-snippets" directory) 'noerror))
|
(load (expand-file-name ".yas-compiled-snippets" directory) 'noerror))
|
||||||
(message "[yas] Loading much faster .yas-compiled-snippets from %s" directory)
|
(yas/message 2 "Loading much faster .yas-compiled-snippets from %s" directory)
|
||||||
(yas/load-directory-2 directory mode-sym parents))))
|
(yas/load-directory-2 directory mode-sym parents))))
|
||||||
|
|
||||||
(defun yas/load-directory-2 (directory mode-sym parents)
|
(defun yas/load-directory-2 (directory mode-sym parents)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user