summary refs log tree commit diff stats
path: root/lisp/+modeline.el
diff options
context:
space:
mode:
authorCase Duckworth2022-01-04 23:57:39 -0600
committerCase Duckworth2022-01-04 23:57:39 -0600
commit1b12caa6b8404140dd05372d6ab8f791e1cf9438 (patch)
treee13539b8382bbc35fa95d2939ab0caee3773f5e8 /lisp/+modeline.el
parentAdd spacing (diff)
downloademacs-1b12caa6b8404140dd05372d6ab8f791e1cf9438.tar.gz
emacs-1b12caa6b8404140dd05372d6ab8f791e1cf9438.zip
Changes
Diffstat (limited to 'lisp/+modeline.el')
-rw-r--r--lisp/+modeline.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/+modeline.el b/lisp/+modeline.el index db3deb4..4063d83 100644 --- a/lisp/+modeline.el +++ b/lisp/+modeline.el
@@ -91,7 +91,8 @@ This function makes a lambda, so you can throw it straight into
91 (propertize (+string-truncate (format-mode-line mode-name) 12) 91 (propertize (+string-truncate (format-mode-line mode-name) 12)
92 'face 'bold 92 'face 'bold
93 'keymap mode-line-major-mode-keymap 93 'keymap mode-line-major-mode-keymap
94 'help-echo (concat mode-name " mode\nmouse-1: show menu.") 94 'help-echo (concat (format-mode-line mode-name)
95 " mode\nmouse-1: show menu.")
95 'mouse-face 'mode-line-highlight))) 96 'mouse-face 'mode-line-highlight)))
96 97
97(defcustom +modeline-modified-icon-alist '((ephemeral . "*") 98(defcustom +modeline-modified-icon-alist '((ephemeral . "*")