diff options
| -rw-r--r-- | .emacs | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -101,8 +101,10 @@ (delight 'auto-fill-function "β" t) (delight 'auto-revert-mode "β³" "autorevert") (delight 'auto-revert-tail-mode "β€" "autorevert") +(delight 'compilation-in-progress "β" "compile") (delight 'eldoc-mode "π" "eldoc") (delight 'flyspell-mode (propertize "π" 'face 'flyspell-incorrect) "flyspell") +(delight 'hi-lock-mode nil "hi-lock") (delight 'hs-minor-mode "β¦" "hideshow") (delight 'isearch-mode "π" "isearch") (delight 'org-indent-mode "Β»" "org-indent") @@ -257,4 +259,4 @@ (set-fontset-font "fontset-default" nil (font-spec :name "Symbola") nil 'append) ;; TODO: fringe fun: hideshowvis, git gutterβ¦ -;; TODO: decruftify mode-line +;; TODO: decruftify mode-line (e.g. remove superflous parens) |
