summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2018-11-16 20:25:03 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2018-11-16 20:26:56 +0100
commitc3f3f9b3a74ed0b0a2bb5ab64d7285d306022ce7 (patch)
tree4d3c31de3a5125cf0c73b578683be67277b93bb9
parent7c417fad2c3d694dc5465e127cc5a45e4101f4e3 (diff)
downloaddotfiles-c3f3f9b3a74ed0b0a2bb5ab64d7285d306022ce7.tar.xz
Delight more minor mode indicators
It'd be really great to make Emacs grok Emoji faces.
-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)