Last edit
Summary: Update
Changed:
< : Lisp:LazyCatKeystoke.el have many example that use function `lazy-set-key' and `lazy-unset-key'.
to
> ==Example==
> Lisp:LazyCatKeystoke.el have many example that use function `lazy-set-key' and `lazy-unset-key'.
LazySetKey is a mode that setup keystroke binding in Emacs lazily.
Put Lisp:lazy-set-key.el in your load-path, add
(require 'package-name)
in ~/.emacs
Lisp:LazyCatKeystoke.el have many example that use function ‘lazy-set-key’ and ‘lazy-unset-key’.