Pretty-print yasnippet compilation
This commit is contained in:
parent
4a247afc22
commit
cb56a7f260
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue