]> git.eshelyaron.com Git - emacs.git/commitdiff
Make the symbol icons in outline.el more logical
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 30 Jul 2022 13:36:16 +0000 (15:36 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 30 Jul 2022 13:36:30 +0000 (15:36 +0200)
* lisp/outline.el (outline-open, outline-close): Use symbols from
the same series so that it's more likely that they match up (bug#56823).

lisp/outline.el

index 1aba79784f507180c306c3c5b69e16903ce18e2f..7750f9a75d092245db9214864921855169bb1118 100644 (file)
@@ -295,7 +295,7 @@ buffers (yet) -- that will be amended in a future version."
 
 (define-icon outline-open button
   '((emoji "▶️")
-    (symbol " â\96 ")
+    (symbol " â¯\88 ")
     (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 " â\96¼ ")
+    (symbol " â¯\86 ")
     (text " close "))
   "Icon used for buttons for closing a section in outline buffers."
   :version "29.1"