/evil-xkbswitch

Input method switching corresponds to current state

Primary LanguageEmacs Lisp

evil-xkbswitch

Input method switching corresponds to current state

Usage

(require 'use-package)
(use-package evil-xkbswitch
  :if (featurep 'ns)
  :load-path "path/to/evil-xkbswitch/"
  :diminish evil-xkbswitch-mode
  :config (evil-xkbswitch-mode 1))

Remove :load-path if install via package.el.

Limit

Only working under OS X for now, xkb version should take little to no modification.

Binary

issw can be got and compiled from here

License

MIT