summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--custom.el12
-rw-r--r--lisp/init-general.el4
3 files changed, 3 insertions, 14 deletions
diff --git a/.gitignore b/.gitignore
index cfc2e00..d6a6e58 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@ bookmarks
/.python-environments
/ac-comphist.dat
/.cask
+/.custom.el
diff --git a/custom.el b/custom.el
deleted file mode 100644
index 44457d5..0000000
--- a/custom.el
+++ /dev/null
@@ -1,12 +0,0 @@
-(custom-set-variables
- ;; custom-set-variables was added by Custom.
- ;; If you edit it by hand, you could mess it up, so be careful.
- ;; Your init file should contain only one such instance.
- ;; If there is more than one, they won't work right.
- )
-(custom-set-faces
- ;; custom-set-faces was added by Custom.
- ;; If you edit it by hand, you could mess it up, so be careful.
- ;; Your init file should contain only one such instance.
- ;; If there is more than one, they won't work right.
-)
diff --git a/lisp/init-general.el b/lisp/init-general.el
index c8e6f55..561b53d 100644
--- a/lisp/init-general.el
+++ b/lisp/init-general.el
@@ -11,8 +11,8 @@
(setq set-mark-command-repeat-pop t)
-(setq custom-file "~/.emacs.d/custom.el")
-(load custom-file)
+;; This is intentionally not loaded.
+(setq custom-file "~/.emacs.d/.custom.el")
(setq save-abbrevs 'silently)