Homepage: http://github.com/tarsius/cus-keymap
Author: Jonas Bernoulli
Updated:
Customize keymaps
After loading this library you can define new customizable keymap variables and prefix commands using `defkeymap' and `defprefixcmd'. In order to make keymaps customizable that where defined without these forms use the function `custom-make-mapvars-customizable' and the command `custom-make-mapvar-customizable'. Function `custom-make-mapvars-customizable' makes all variables customizable that are not yet customizable and whose symbol-value are keymaps. It should be called only once: in your init file, just before the call to `custom-set-variables', respectively before loading `custom-file'. Or if you are using the `split-custom-file' patch after the call to `custom-set-all'. Most keymaps are undefined until some feature is first requested in the current session. In order to make those keymaps customizable, use command `custom-make-mapvar-customizable', once the feature has been loaded. **************************** WARNING **************************** * * * This package is somewhat usable but it is not finished and * * since I no longer use it this will probably never change. * * * * If you are interested feel free to adopt it - orphans lead * * a sad live. * * * *****************************************************************