mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 13:13:03 +00:00
enhancement: add yas/recompile-all
This commit is contained in:
parent
a948b92aa2
commit
e30b67f9ca
@ -1775,6 +1775,9 @@ This works by stubbing a few functions, then calling
|
||||
(insert (format ";;; Do not edit! File generated at %s\n" (current-time-string)))))))
|
||||
(yas/load-directory top-level-dir 'im-compiling-so-no-jit-ok?)))
|
||||
|
||||
(defun yas/recompile-all ()
|
||||
(mapc #'yas/compile-directory (yas/snippet-dirs)))
|
||||
|
||||
|
||||
;;; JIT loading
|
||||
;;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user