about summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-08-28 00:23:56 -0500
committerCase Duckworth2021-08-28 00:23:56 -0500
commit47df2733de3f5e5ba8384cc4e11a31235a9cfc5b (patch)
tree369c4e08945a46340a8ee39e5f38e4852335e7f8 /init.el
parentComment out all the things (with helpful-mode) (diff)
downloademacs-47df2733de3f5e5ba8384cc4e11a31235a9cfc5b.tar.gz
emacs-47df2733de3f5e5ba8384cc4e11a31235a9cfc5b.zip
Buttonize major mode in modeline
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el index 04abefa..e174823 100644 --- a/init.el +++ b/init.el
@@ -1700,7 +1700,7 @@ successive invocations."
1700 acdw-modeline/winum 1700 acdw-modeline/winum
1701 acdw-modeline/minions 1701 acdw-modeline/minions
1702 acdw-modeline/narrowed 1702 acdw-modeline/narrowed
1703 simple-modeline-segment-major-mode))) 1703 acdw-modeline/major-mode)))
1704 1704
1705 ;; I've put in a pull request to add the (- 0 right-margin) bit here. 1705 ;; I've put in a pull request to add the (- 0 right-margin) bit here.
1706 (advice-add 'simple-modeline--format :override 1706 (advice-add 'simple-modeline--format :override