aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/GNUmakefile
diff options
context:
space:
mode:
authorGravatar Tom Willemse2018-06-05 08:36:53 -0700
committerGravatar Tom Willemse2018-06-05 08:36:53 -0700
commit3e303fe70f0231b029ce431268f81535b1c3b436 (patch)
tree30bfc33b0e9d735865e86c87a2c53d7c24db7599 /emacs/.emacs.d/GNUmakefile
parent61496a0b817e54d6b67e0ac09ab0fb1611bad9f3 (diff)
downloadnew-dotfiles-3e303fe70f0231b029ce431268f81535b1c3b436.tar.gz
new-dotfiles-3e303fe70f0231b029ce431268f81535b1c3b436.zip
Extract all lisp code from the org document
Diffstat (limited to 'emacs/.emacs.d/GNUmakefile')
-rw-r--r--emacs/.emacs.d/GNUmakefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/emacs/.emacs.d/GNUmakefile b/emacs/.emacs.d/GNUmakefile
index abb8904..386bdb8 100644
--- a/emacs/.emacs.d/GNUmakefile
+++ b/emacs/.emacs.d/GNUmakefile
@@ -15,9 +15,6 @@ VENDOR_DIRS = $(wildcard vendor-lisp/*)
.PHONE: all snippets
all: $(SITE_LISPS) init.elc $(INIT_LISPS) $(AUTOLOADS_FILE) snippets
-init.el init/oni-org-init.el init/oni-js2-init.el init/oni-gnus-init.el init/oni-cmake-init.el init/oni-cpp-init.el: init.org
- $(call tangle,emacs-lisp)
-
%.el: %.org
$(call tangle,emacs-lisp)