doomemacs/modules/editor/lispy
2021-11-21 20:04:28 +01:00
..
config.el fix(lispy): evil-escape keybind collision on j 2021-08-01 18:15:19 -04:00
packages.el Bump :editor 2021-07-11 17:52:08 -04:00
README.org docs(:editor): update READMEs to new format 2021-11-21 20:04:28 +01:00

:editor lispy

Back to module index ↙ Issues ↖ Source ± Suggest edits ? Help


Description   unfold

This module adds a keybind scheme for navigating and editing S-expressions in Lisps; including S-exp awareness for Evil users. This affects the following languages:

  • Common Lisp
  • Emacs Lisp
  • Scheme
  • Racket
  • Hy
  • LFE
  • Clojure
  • Fennel

Maintainers

This module needs a maintainer. Become a maintainer?

Module flags

This module has no flags.

Hacks

No hacks documented for this module.

TODO Changelog

This module does not have a changelog yet.

Installation

Enable this module in your doom! block.

This module has no external requirements.

TODO Usage

🔨 This module's usage documentation is incomplete. Complete it?

If :editor evil is enabled, lispyville would also be activated for every mode where lispy is active.

TODO Configuration

🔨 This module's configuration documentation is incomplete. Complete it?

The default key themes that are set are as follows:

'((operators normal)
  c-w
  (prettify insert)
  (atom-movement normal visual)
  slurp/barf-lispy
  additional
  additional-insert)

To change the key themes set lispyville-key-theme. Think of lispyville-key-theme as the equivalent of parinfer-extensions. See lispyville's README for more info on the specific keybindings of each key theme (starting here).

Troubleshooting

Report an issue?

Mouse wheel and wrap=/=additional-wrap key themes in TTY Emacs (#2573)

lispyville binds M-[ to lispyville-wrap-brackets when the wrap or additional-wrap key themes are enabled. In terminal Emacs, this is the key Emacs receives when you scroll with your mouse wheel.

Frequently asked questions

This module has no FAQs yet. Ask one?

TODO Appendix

🔨 This module has no appendix yet. Write one?