emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master eb55e73 2/5: Change mode lighter


From: Clément Pit--Claudel
Subject: [elpa] master eb55e73 2/5: Change mode lighter
Date: Wed, 11 Nov 2020 00:15:34 -0500 (EST)

branch: master
commit eb55e73ecd4532c41cd12b1c26ba551fd0006fb9
Author: Clément Pit--Claudel <clement.pitclaudel@live.com>
Commit: Clément Pit--Claudel <clement.pitclaudel@live.com>

    Change mode lighter
---
 compact-docstrings.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compact-docstrings.el b/compact-docstrings.el
index 584c9ca..a432c41 100644
--- a/compact-docstrings.el
+++ b/compact-docstrings.el
@@ -67,7 +67,7 @@
 ;;;###autoload
 (define-minor-mode compact-docstrings-mode
   "Shrink empty lines in docstrings and doc comments."
-  :lighter " compact"
+  :lighter " →∥â†"
   (if compact-docstrings-mode
       (font-lock-add-keywords nil compact-docstrings--keywords 'append)
     (font-lock-remove-keywords nil compact-docstrings--keywords))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]