aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/GNUmakefile
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-10-10 22:28:55 +0200
committerGravatar Tom Willemse2016-10-10 22:28:55 +0200
commite6f86a45211583f099615cd649e69b3c49a14a42 (patch)
tree65ee275a7037b72543b6f231afe91d61dd83ee1f /emacs/.emacs.d/GNUmakefile
parent7bf363a46ad6f97aeda7b7c910f84bba42ef5b94 (diff)
downloadnew-dotfiles-e6f86a45211583f099615cd649e69b3c49a14a42.tar.gz
new-dotfiles-e6f86a45211583f099615cd649e69b3c49a14a42.zip
Add js-mode configuration
Diffstat (limited to 'emacs/.emacs.d/GNUmakefile')
-rw-r--r--emacs/.emacs.d/GNUmakefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/GNUmakefile b/emacs/.emacs.d/GNUmakefile
index 29ea17e..61e7e00 100644
--- a/emacs/.emacs.d/GNUmakefile
+++ b/emacs/.emacs.d/GNUmakefile
@@ -4,7 +4,7 @@ AUTOLOADS_FILE = site-lisp/site-autoloads.el
UNWANTED = $(AUTOLOADS_FILE) site-lisp/flycheck_% site-lisp/flycheck-%
SITE_LISPS = $(addsuffix c,$(filter-out $(UNWANTED),$(wildcard site-lisp/*.el)))
-all: init.elc $(AUTOLOADS_FILE) $(SITE_LISPS)
+all: init.elc init/js-mode-init.elc $(AUTOLOADS_FILE) $(SITE_LISPS)
%.el: %.org
$(call tangle,emacs-lisp)