Add keydef

The macro keydef provides a simplified interface to define-key that
smoothly handles a number of common complications.
This commit is contained in:
Aaron Culich 2012-10-06 08:39:51 -07:00
parent 9a0cccdd5d
commit f233d4e05b

3
recipes/keydef Normal file
View file

@ -0,0 +1,3 @@
(keydef
:repo "emacsmirror/keydef"
:fetcher github)