diff --git a/yasnippet.el b/yasnippet.el index 13579aa..a9e545e 100644 --- a/yasnippet.el +++ b/yasnippet.el @@ -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 ;;;