bugfix: needs to be interactive

This commit is contained in:
João Távora 2012-04-22 17:12:49 +01:00
parent cb3f125439
commit b32edcca4c

View File

@ -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?)))
(defun yas/recompile-all ()
"Compile every dir in `yas/snippet-dirs'."
(interactive)
(mapc #'yas/compile-directory (yas/snippet-dirs)))