enhancement: add yas/recompile-all

This commit is contained in:
João Távora 2012-04-22 16:33:02 +01:00
parent a948b92aa2
commit e30b67f9ca

View File

@ -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
;;;