Emacs: Change input method with “Shift-Space”

Posted On June 26, 2009

Filed under Ubuntu, emacs

Comments Dropped leave a response

.emacs
(global-set-key [?\S- ] 'anthy-mode)

#gedit .bashrc

alias emacs="XMODIFIERS=@im=none emacs"

Respond now.