mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 21:13:04 +00:00
bugfix: needs to be interactive
This commit is contained in:
parent
cb3f125439
commit
b32edcca4c
@ -1776,6 +1776,8 @@ This works by stubbing a few functions, then calling
|
|||||||
(yas/load-directory top-level-dir 'im-compiling-so-no-jit-ok?)))
|
(yas/load-directory top-level-dir 'im-compiling-so-no-jit-ok?)))
|
||||||
|
|
||||||
(defun yas/recompile-all ()
|
(defun yas/recompile-all ()
|
||||||
|
"Compile every dir in `yas/snippet-dirs'."
|
||||||
|
(interactive)
|
||||||
(mapc #'yas/compile-directory (yas/snippet-dirs)))
|
(mapc #'yas/compile-directory (yas/snippet-dirs)))
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user