summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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: