emacs-diffs
[Top][All Lists]
Advanced

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

master d1578888bf: Tweak outline symbol icons


From: Lars Ingebrigtsen
Subject: master d1578888bf: Tweak outline symbol icons
Date: Sat, 13 Aug 2022 08:41:12 -0400 (EDT)

branch: master
commit d1578888bf57537e7f3559cdb2c3cef54b081ae9
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Tweak outline symbol icons
    
    * lisp/outline.el (outline-close, outline-open): Use icons of the
    same size in Symbola.
---
 lisp/outline.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/outline.el b/lisp/outline.el
index bb62c573c4..3250b62f1e 100644
--- a/lisp/outline.el
+++ b/lisp/outline.el
@@ -295,7 +295,7 @@ buffers (yet) -- that will be amended in a future version."
 
 (define-icon outline-open button
   '((emoji "🔽")
-    (symbol " ⯆ ")
+    (symbol " ▼ ")
     (text " open "))
   "Icon used for buttons for opening a section in outline buffers."
   :version "29.1"
@@ -303,7 +303,7 @@ buffers (yet) -- that will be amended in a future version."
 
 (define-icon outline-close button
   '((emoji "▶️")
-    (symbol " ⯈ ")
+    (symbol " ▶ ")
     (text " close "))
   "Icon used for buttons for closing a section in outline buffers."
   :version "29.1"



reply via email to

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