docs: editors

This commit is contained in:
Ryan Yin
2024-01-05 16:17:27 +08:00
parent 3d93e1b565
commit 9424045430
3 changed files with 7 additions and 3 deletions

View File

@@ -37,9 +37,9 @@ when in doubt, run `doom sync`!
> https://wikemacs.org/wiki/Lisp_editing
- [lispy](https://github.com/doomemacs/doomemacs/tree/master/modules/editor/lispy): too complex
- [lispy](https://github.com/doomemacs/doomemacs/tree/master/modules/editor/lispy): too complex.
- [evil-smartparens](https://github.com/expez/evil-smartparens): simple and useful.
- [parinfer](https://github.com/doomemacs/doomemacs/tree/master/modules/editor/parinfer): simple and useful, but works not well with some other completion plugins.
- [parinfer](https://github.com/doomemacs/doomemacs/tree/master/modules/editor/parinfer): morden, simple, elegant and useful, but works not well with some other completion plugins...
## Cheetsheet

View File

@@ -70,7 +70,7 @@
:emacs
dired ; making dired pretty [functional]
electric ; smarter, keyword-based electric-indent
;;ibuffer ; interactive buffer management
ibuffer ; interactive buffer management
undo ; persistent, smarter undo for your inevitable mistakes
vc ; version-control and Emacs, sitting in a tree

View File

@@ -0,0 +1,4 @@
# Editors
See [desktop/editors/](../../desktop/editors/) for more details.