summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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