emacs-diffs
[Top][All Lists]
Advanced

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

scratch/emoji c814ccd: Tweak the displayed group names


From: Lars Ingebrigtsen
Subject: scratch/emoji c814ccd: Tweak the displayed group names
Date: Thu, 28 Oct 2021 10:10:29 -0400 (EDT)

branch: scratch/emoji
commit c814ccd93f889f1685e5346b841725409cdadc29
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Tweak the displayed group names
---
 lisp/play/emoji.el | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lisp/play/emoji.el b/lisp/play/emoji.el
index 089aacd..18f2a5b 100644
--- a/lisp/play/emoji.el
+++ b/lisp/play/emoji.el
@@ -118,7 +118,7 @@ when the command was issued."
                                         elem))
                 alist)
       ;; Output this block of emojis.
-      (insert (propertize (concat name " " mname)
+      (insert (propertize (concat name " > " mname)
                           'face 'emoji-list-header)
               "\n\n")
       (cl-loop for i from 1
@@ -374,7 +374,7 @@ when the command was issued."
                                 (if (equal (cadr entry) "Recent")
                                     (emoji--recent-transient end-function)
                                   (emoji--define-transient
-                                   (cons (concat mname " " (cadr entry))
+                                   (cons (concat mname " > " (cadr entry))
                                          (cddr entry))))))
             ;; Insert an emoji.
             (cl-loop for char in alist



reply via email to

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