summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.emacs3
1 files changed, 3 insertions, 0 deletions
diff --git a/.emacs b/.emacs
index 733ec50..b7c7e83 100644
--- a/.emacs
+++ b/.emacs
@@ -116,6 +116,9 @@
(delight 'mml-mode "πŸ–†" "mml")
(delight 'page-break-lines-mode nil "page-break-lines")
(delight 'scroll-lock-mode "πŸ“œ" "scroll-lock")
+(delight 'text-scale-mode
+ '(:eval (if (>= text-scale-mode-amount 0) "πŸ—š" "πŸ—›"))
+ "face-remap")
(delight 'visual-line-mode "β€Έ" t)
(delight 'whitespace-mode nil "whitespace")
(delight 'with-editor-mode "⸎" "with-editor")