From 2e34814f039bd6afada27ccf5bded70449ed118a Mon Sep 17 00:00:00 2001 From: Kévin Le Gouguec Date: Fri, 2 Sep 2022 07:44:44 +0200 Subject: Add emoji method to my/input-map --- .emacs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.emacs b/.emacs index e6f443b..53f79e1 100644 --- a/.emacs +++ b/.emacs @@ -225,7 +225,8 @@ (my/define-prefix-command my/input-map "Keymap for input methods shortcuts." - `(("t" ,(my/make-input-toggle TeX)) + `(("e" ,(my/make-input-toggle emoji)) + ("t" ,(my/make-input-toggle TeX)) ("u" ,(my/make-input-toggle my/symbols)))) (my/define-prefix-command my/kill-map -- cgit v1.2.3