emacs-diffs
[Top][All Lists]
Advanced

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

scratch/emoji 6ba9b01: Hack to make C-g work again


From: Lars Ingebrigtsen
Subject: scratch/emoji 6ba9b01: Hack to make C-g work again
Date: Tue, 26 Oct 2021 17:36:07 -0400 (EDT)

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

    Hack to make C-g work again
---
 lisp/play/emoji.el | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/lisp/play/emoji.el b/lisp/play/emoji.el
index a12de0e..f3eba18 100644
--- a/lisp/play/emoji.el
+++ b/lisp/play/emoji.el
@@ -133,6 +133,8 @@ when the command was issued."
 
 (defun emoji--init ()
   ;; Remove debugging.
+  (setq transient-use-variable-pitch t)
+  (setq transient--use-variable-pitch t)
   (unless emoji--labels
     (setq emoji--derived (make-hash-table :test #'equal))
     (emoji--parse-labels)



reply via email to

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