Input method
Use the input methods to write in non-English languages, such as the slovak
input method for the Slovak language.
Some useful options (for me):
texfor TeX mathematics,emojifor Emoji pictograms,slovakorslovak-quertyfor Slovak diacritics.
Use the TeX input method to enter non-ASCII characters, such as ellipsis (…)
written as \ldots in TeX.
| Key | Description |
|---|---|
C-u C-\ |
choose and enable input method |
C-\ |
toggle input method |
C-x \ |
toggle input method for one character |
C-h C-\ |
describe input method |
C-x 8 RET |
insert character |
C-x 8 e s |
insert emoji |
C-x 8 e r |
insert recent emoji |
Remember the recently used input methods across Emacs sessions.
(with-eval-after-load 'savehist
(add-to-list 'savehist-additional-variables
'input-method-history))