How do I use Agda's input method to enter unicode characters in non-Agda mode? I don't see its name showing up when I try set-input-method
. The reason I want to use Agda's input method instead of TeX
is because there are characters I want that can't enter in TeX
.
Or, maybe an alternate question would be "How do I add more shortcuts to enter unicode characters in the existing TeX
input method?"
Thank you very much
Add the following commands in your .emacs file:
;; Using the input method of Agda in LaTeX files.
(require 'agda-input)
(add-hook 'LaTeX-mode-hook
(lambda () (set-input-method "Agda")))
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With