summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.emacs4
1 files changed, 3 insertions, 1 deletions
diff --git a/.emacs b/.emacs
index 8ad66d5..20ffeb1 100644
--- a/.emacs
+++ b/.emacs
@@ -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)