Input methods: Difference between revisions
add an input method for emacs |
update toaq.el link |
||
| Line 70: | Line 70: | ||
=== emacs === | === emacs === | ||
A <code>toaq.el</code> is available at https://github.com/mi2ebi/ | A <code>toaq.el</code> is available at https://github.com/mi2ebi/.emacs.d. Shove it into <code>~/.emacs.d/lisp</code> (or wherever you want to keep extra elisp files) and add this to your <code>init.el</code>. It's similar to the xkb layout further down this page. Press {{Key|C-h}} {{Key|I}} <code>toaq</code> {{Key|RET}} for documentation. | ||
<syntaxhighlight lang="elisp"> | <syntaxhighlight lang="elisp"> | ||
(add-to-list 'load-path "~/.emacs.d/lisp") | (add-to-list 'load-path "~/.emacs.d/lisp") | ||