summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrekado <rekado@elephly.net>2016-07-07 14:37:51 +0200
committerrekado <rekado@elephly.net>2016-07-07 14:37:51 +0200
commit773df2afcf6950b5471a1f2c5dd088c72a16e087 (patch)
tree504d0c202aa69adc55d5523579f53fa5e3ea27dd
parentbb285316532457b55ffd734f948f59b744ad85f1 (diff)
Don't load after tangle.
-rw-r--r--init.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.org b/init.org
index cd3f4eb..65c3f72 100644
--- a/init.org
+++ b/init.org
@@ -322,5 +322,5 @@ put them all together to build the init file
# Local Variables:
# org-edit-src-content-indentation: 0
-# eval: (add-hook 'org-babel-post-tangle-hook (lambda nil (byte-compile-file "~/.emacs.d/init.el") (load-file "~/.emacs.d/init.elc")))
+# eval: (add-hook 'org-babel-post-tangle-hook (lambda nil (byte-compile-file "~/.emacs.d/init.el")))
# End: