summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-04-20 14:17:36 +0200
committerGravatar Tom Willemse2014-04-20 14:17:36 +0200
commit9a646551ad477f19a0536d9055b149ba4e586cf7 (patch)
tree2a8c66271c104b7cd857904c3739b0e02264c198 /.emacs.d/init.el
parente4567610e9a1056838dd24fa80730848ee9240f4 (diff)
downloademacs-9a646551ad477f19a0536d9055b149ba4e586cf7.tar.gz
emacs-9a646551ad477f19a0536d9055b149ba4e586cf7.zip
Move loading custom file to init.org
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el5
1 files changed, 0 insertions, 5 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index 99aafa3..e06caa6 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -910,7 +910,6 @@ from myaethon2.core.decorators import (
;;;; Unconditional settings
-(setq custom-file "~/.emacs.d/custom.el")
(setq default-frame-alist
`((border-width . 0)
(internal-border-width . 0)
@@ -1441,10 +1440,6 @@ from myaethon2.core.decorators import (
(load system-name :noerror)
-;;;; Custom
-;; Finally, load any `customize' settings.
-(load custom-file)
-
;;;; End
(provide 'init)