aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/GNUmakefile
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-10-13 00:16:32 +0200
committerGravatar Tom Willemse2016-10-13 00:16:32 +0200
commitc86529b5613dbdafe458e97e4061e578813cf3d8 (patch)
tree78f537d80400dad8eec6f42d7841e2bb3bc9cadf /emacs/.emacs.d/GNUmakefile
parent781e1f8c10cdb6249b36e930409e2258dbee4a4a (diff)
downloadnew-dotfiles-c86529b5613dbdafe458e97e4061e578813cf3d8.tar.gz
new-dotfiles-c86529b5613dbdafe458e97e4061e578813cf3d8.zip
Add Dired config
Diffstat (limited to 'emacs/.emacs.d/GNUmakefile')
-rw-r--r--emacs/.emacs.d/GNUmakefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/.emacs.d/GNUmakefile b/emacs/.emacs.d/GNUmakefile
index 61e7e00..799be57 100644
--- a/emacs/.emacs.d/GNUmakefile
+++ b/emacs/.emacs.d/GNUmakefile
@@ -3,8 +3,9 @@ include ../../dotfiles.mk
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)))
+INIT_LISPS = $(addsuffix .elc,$(basename $(wildcard init/*.org)))
-all: init.elc init/js-mode-init.elc $(AUTOLOADS_FILE) $(SITE_LISPS)
+all: init.elc $(INIT_LISPS) $(AUTOLOADS_FILE) $(SITE_LISPS)
%.el: %.org
$(call tangle,emacs-lisp)