summaryrefslogtreecommitdiff
path: root/.emacs
diff options
context:
space:
mode:
authorKΓ©vin Le Gouguec <kevin.legouguec@gmail.com>2019-05-08 23:01:37 +0200
committerKΓ©vin Le Gouguec <kevin.legouguec@gmail.com>2019-05-08 23:03:38 +0200
commitd49263eff1eab06875358fc975195492eb3b4abf (patch)
tree88ad360095eae0f56be7539143aa60d3626ad478 /.emacs
parentab3937dbb68c159d0a0ca41ca8171e75a1bcc7e4 (diff)
downloaddotfiles-d49263eff1eab06875358fc975195492eb3b4abf.tar.xz
Customize various message-related variables
Footnote and MML stuff, mainly. Change magit-blame-mode lighter: the new character is covered by Noto Color Emoji, not the old one.
Diffstat (limited to '.emacs')
-rw-r--r--.emacs4
1 files changed, 3 insertions, 1 deletions
diff --git a/.emacs b/.emacs
index 1bf4a52..733ec50 100644
--- a/.emacs
+++ b/.emacs
@@ -106,12 +106,14 @@
(delight 'auto-revert-tail-mode "–" "autorevert")
(delight 'compilation-in-progress "βš™" "compile")
(delight 'eldoc-mode "πŸ“–" "eldoc")
+(delight 'footnote-mode "ΒΉ" "footnote")
(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")
-(delight 'magit-blame-mode "☞" "magit-blame")
+(delight 'magit-blame-mode "πŸ‘‰" "magit-blame")
+(delight 'mml-mode "πŸ–†" "mml")
(delight 'page-break-lines-mode nil "page-break-lines")
(delight 'scroll-lock-mode "πŸ“œ" "scroll-lock")
(delight 'visual-line-mode "β€Έ" t)