commit 2e34814f039bd6afada27ccf5bded70449ed118a
parent ad4c04dcbb4e65165811aced259fc20c40c19fdb
Author: KΓ©vin Le Gouguec <kevin.legouguec@gmail.com>
Date: Fri, 2 Sep 2022 07:44:44 +0200
Add emoji method to my/input-map
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git 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