aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d
diff options
context:
space:
mode:
authorGravatar Tom Willemsen2018-06-06 20:48:37 -0700
committerGravatar Tom Willemsen2018-06-06 20:48:37 -0700
commitd43e1f579bbae8db84916cc86786c398b8527da9 (patch)
tree9905bd4197df421ef05ef2c0c20916a4e9e91c1b /emacs/.emacs.d
parent3e303fe70f0231b029ce431268f81535b1c3b436 (diff)
downloadnew-dotfiles-d43e1f579bbae8db84916cc86786c398b8527da9.tar.gz
new-dotfiles-d43e1f579bbae8db84916cc86786c398b8527da9.zip
Don't try to tangle .el files
Diffstat (limited to 'emacs/.emacs.d')
-rw-r--r--emacs/.emacs.d/GNUmakefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/emacs/.emacs.d/GNUmakefile b/emacs/.emacs.d/GNUmakefile
index 386bdb8..9a04907 100644
--- a/emacs/.emacs.d/GNUmakefile
+++ b/emacs/.emacs.d/GNUmakefile
@@ -12,12 +12,9 @@ INIT_LISPS = init/oni-org-init.elc init/oni-js2-init.elc init/oni-gnus-init.elc
$(addsuffix .elc,$(basename $(wildcard init/*.org)))
VENDOR_DIRS = $(wildcard vendor-lisp/*)
-.PHONE: all snippets
+.PHONY: all snippets
all: $(SITE_LISPS) init.elc $(INIT_LISPS) $(AUTOLOADS_FILE) snippets
-%.el: %.org
- $(call tangle,emacs-lisp)
-
%.elc: %.el
@echo -e "\e[31mELC\e[0m $<"
@$(EMACS) -batch \