From 2a9f285b2457bad1b6d35846829cfc5d4fef6f64 Mon Sep 17 00:00:00 2001 From: blendoit Date: Wed, 4 Sep 2019 01:45:45 -0700 Subject: Mode line changes color upon entering normal mode --- init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'init.el') 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 . (setq custom-file "~/.emacs.d/init_emacs.el") (load custom-file) -- cgit v1.2.3