+ Ensure lispyville is properly lazyloaded by deferring the call to lispyville-set-key-theme + Fix indentation on :hook entries |
||
---|---|---|
.. | ||
config.el | ||
packages.el | ||
README.org |
:editor lispyville
This modules adds lispyville key functionality in Lisp languages.
This includes:
The default key themes that are set are as follows:
(lispyville-set-key-theme
'((operators normal)
c-w
(prettify insert)
(atom-movement normal visual)
slurp/barf-lispy
(wrap normal insert)
additional
additional-insert
(additional-wrap normal insert)
(escape insert)))
See noctuid's README for more info on specific keybindings (starting here) of
each key theme. Think of lispyville-set-key-theme
as adding
parinfer-extensions
via (setq parinfer-extensions '(blah blah blah))
.