From 773df2afcf6950b5471a1f2c5dd088c72a16e087 Mon Sep 17 00:00:00 2001 From: rekado Date: Thu, 7 Jul 2016 14:37:51 +0200 Subject: Don't load after tangle. --- init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.3