diff options
| author | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2022-09-02 07:44:44 +0200 |
|---|---|---|
| committer | Kévin Le Gouguec <kevin.legouguec@gmail.com> | 2022-09-02 07:46:24 +0200 |
| commit | 2e34814f039bd6afada27ccf5bded70449ed118a (patch) | |
| tree | 50d5454f5055909a7c828a61c9a28ac9932e2bb2 | |
| parent | ad4c04dcbb4e65165811aced259fc20c40c19fdb (diff) | |
| download | dotfiles-2e34814f039bd6afada27ccf5bded70449ed118a.tar.xz | |
Add emoji method to my/input-map
| -rw-r--r-- | .emacs | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
