el-get/recipes/smex.rcp

9 lines
233 B
Plaintext

(:name smex
:description "M-x interface with Ido-style fuzzy matching."
:type git
:url "http://github.com/nonsequitur/smex.git"
:features smex
:post-init (lambda ()
(smex-initialize)))