summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorblendoit <blendoit@gmail.com>2019-09-04 01:45:45 -0700
committerblendoit <blendoit@gmail.com>2019-09-04 01:45:45 -0700
commit2a9f285b2457bad1b6d35846829cfc5d4fef6f64 (patch)
tree6d2a57ac61a8410f027842c42fc2a8206564988c /init.el
parentb244e936942ae572d8a154a75336c9efec2ddb87 (diff)
Mode line changes color upon entering normal mode
Diffstat (limited to 'init.el')
-rw-r--r--init.el4
1 files changed, 3 insertions, 1 deletions
diff --git a/init.el b/init.el
index d6c5ef0..3b5321f 100644
--- a/init.el
+++ b/init.el
@@ -1,7 +1,9 @@
(require 'package)
(package-initialize)
-;; Load settings automatically created by GNU Emacs customize commands
+;; Load settings created automatically by GNU Emacs Custom.
+;; (For example, any clickable option/toggle is saved here.)
+;; Useful for fooling around with A-x customize-group <package>.
(setq custom-file "~/.emacs.d/init_emacs.el")
(load custom-file)
Copyright 2019--2024 Marius PETER