emacs-diffs
[Top][All Lists]
Advanced

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

scratch/emoji 1c97378: Adjust width after increasing the size


From: Lars Ingebrigtsen
Subject: scratch/emoji 1c97378: Adjust width after increasing the size
Date: Tue, 26 Oct 2021 21:22:34 -0400 (EDT)

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

    Adjust width after increasing the size
---
 lisp/play/emoji.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lisp/play/emoji.el b/lisp/play/emoji.el
index a735d10..7da9228 100644
--- a/lisp/play/emoji.el
+++ b/lisp/play/emoji.el
@@ -88,7 +88,7 @@ when the command was issued."
         (goto-char (point-min))))))
 
 (defun emoji--list-generate (name alist)
-  (let ((width (/ (window-width) 3))
+  (let ((width (/ (window-width) 5))
         (mname (pop alist)))
     (if (consp (car alist))
         ;; Recurse.



reply via email to

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