summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2020-10-25 23:05:06 -0500
committerCase Duckworth2020-10-25 23:05:06 -0500
commitf2c1177b075d65bf15f0c839d78b0dbf2ddf17b6 (patch)
tree7f116cffdbfa43b06b8be05090fa57dea080f0fb /init.el
parentSwitch to ido (diff)
downloademacs-f2c1177b075d65bf15f0c839d78b0dbf2ddf17b6.tar.gz
emacs-f2c1177b075d65bf15f0c839d78b0dbf2ddf17b6.zip
Remove byte compilation
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/init.el b/init.el index a933776..c8ae6a6 100644 --- a/init.el +++ b/init.el
@@ -9,4 +9,3 @@
9 (org-babel-tangle) 9 (org-babel-tangle)
10 (load-file (concat user-emacs-directory "early-init.el")) 10 (load-file (concat user-emacs-directory "early-init.el"))
11 (load-file (concat user-emacs-directory "init.el")) 11 (load-file (concat user-emacs-directory "init.el"))
12 (byte-compile-file (concat user-emacs-directory "init.el"))