SiteMap Search ElispArea HowTo Glossary RecentChanges News Problems Suggestions
Cameroon, National Day

LazySetKey

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'.


What is LazySetKey ?

LazySetKey is a mode that setup keystroke binding in Emacs lazily.

Install

Put Lisp:lazy-set-key.el in your load-path, add

    (require 'package-name)

in ~/.emacs

Usage

Example

Lisp:LazyCatKeystoke.el have many example that use function ‘lazy-set-key’ and ‘lazy-unset-key’.