From b32edcca4c2fb65e0f3e28600a89e86dbd3b8be5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20T=C3=A1vora?= Date: Sun, 22 Apr 2012 17:12:49 +0100 Subject: [PATCH] bugfix: needs to be interactive --- yasnippet.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/yasnippet.el b/yasnippet.el index 7a2a13f..bc537d8 100644 --- a/yasnippet.el +++ b/yasnippet.el @@ -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)))