Before loading EVIL for vim emulation in emacs, I have the following in my .emacs
file:
(activate-input-method "english-dvorak")
(setq default-input-method "english-dvorak")
However, when I type /
to start an incremental search with EVIL, the default input method is not used. Why is this? How can I make it so EVIL uses default-input-method whenever I am typing letters on screen?
I was able to hack in proper support for the f
and t
commands by mapping the qwerty characters to dvorak before the rest of the those function's code executed, but I still haven't been able to get my searches with /
to use dvorak.