summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
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)