summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2022-09-02 07:44:44 +0200
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2022-09-02 07:46:24 +0200
commit2e34814f039bd6afada27ccf5bded70449ed118a (patch)
tree50d5454f5055909a7c828a61c9a28ac9932e2bb2
parentad4c04dcbb4e65165811aced259fc20c40c19fdb (diff)
downloaddotfiles-2e34814f039bd6afada27ccf5bded70449ed118a.tar.xz
Add emoji method to my/input-map
-rw-r--r--.emacs3
1 files changed, 2 insertions, 1 deletions
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