commit b549ac7d9caedb074185fac61ebfd8100de4eb5b
parent fd2e967cf94e24968bd294a1f8052f6a36875da2
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date: Sat, 3 Feb 2018 18:16:15 +0100
Use symbols for some minor mode lighters
Diffstat:
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/.emacs b/.emacs
@@ -87,10 +87,14 @@
(delight 'auto-fill-function "β" t)
(delight 'auto-revert-mode "β³" "autorevert")
(delight 'auto-revert-tail-mode "β€" "autorevert")
+(delight 'eldoc-mode "π" "eldoc")
+(delight 'flyspell-mode "π" "flyspell")
(delight 'hs-minor-mode "β¦" "hideshow")
+(delight 'isearch-mode "π" "isearch")
(delight 'page-break-lines-mode nil "page-break-lines")
+(delight 'scroll-lock-mode "π" "scroll-lock")
(delight 'visual-line-mode "β€Έ" t)
-;; TODO: eldoc-mode, isearch-mode, narrowing, scroll-lock-mode
+;; TODO: narrowing
(defun my/magit-mode-hook ()
(when window-system