summaryrefslogtreecommitdiff
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
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.
-rw-r--r--.emacs4
-rw-r--r--.emacs-custom.el2
2 files changed, 5 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)
diff --git a/.emacs-custom.el b/.emacs-custom.el
index e434c83..f8fec59 100644
--- a/.emacs-custom.el
+++ b/.emacs-custom.el
@@ -23,6 +23,8 @@
'(erc-nick "peniblec")
'(erc-prompt-for-password nil)
'(eshell-scroll-show-maximum-output nil)
+ '(footnote-body-tag-spacing 1)
+ '(footnote-section-tag "")
'(gdb-many-windows t)
'(generic-extras-enable-list
'(ansible-inventory-generic-mode etc-fstab-generic-mode etc-modules-conf-generic-mode etc-passwd-generic-mode etc-services-generic-mode etc-sudoers-generic-mode hosts-generic-mode java-manifest-generic-mode java-properties-generic-mode pkginfo-generic-mode prototype-generic-mode resolve-conf-generic-mode x-resource-generic-mode xmodmap-generic-mode))