summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-12-17 09:39:17 +0100
committerGravatar Tom Willemse2015-12-17 09:39:17 +0100
commitcb56a7f2601c9135a45fc25564b43445bc01ea24 (patch)
tree58f8f976d32b18c577d38af7af1e84e07d12ba26 /emacs
parent4a247afc22b661de6d0a19a03514a309ee68aa99 (diff)
downloaddotfiles-cb56a7f2601c9135a45fc25564b43445bc01ea24.tar.gz
dotfiles-cb56a7f2601c9135a45fc25564b43445bc01ea24.zip
Pretty-print yasnippet compilation
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/.emacs.d/Makefile b/emacs/.emacs.d/Makefile
index def0856..9ffd3ec 100644
--- a/emacs/.emacs.d/Makefile
+++ b/emacs/.emacs.d/Makefile
@@ -42,7 +42,8 @@ SNIPPET_DIRS = $(wildcard snippets/*)
COMPILED_SNIPPETS = $(addsuffix /.yas-compiled-snippets.el, $(SNIPPET_DIRS))
%/.yas-compiled-snippets.el: %/*
- $(EMACS) $(EARGS) -l yasnippet \
+ @echo "YAS $(CURDIR)/snippets"
+ @$(EMACS) $(EARGS) -l yasnippet \
-eval "(yas-compile-directory \"$(CURDIR)/snippets\")"
snippets: $(COMPILED_SNIPPETS)