diff --git a/home/base/desktop/editors/emacs/README.md b/home/base/desktop/editors/emacs/README.md index 454e7b5f..a4bc8d44 100644 --- a/home/base/desktop/editors/emacs/README.md +++ b/home/base/desktop/editors/emacs/README.md @@ -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 diff --git a/home/base/desktop/editors/emacs/doom/init.el b/home/base/desktop/editors/emacs/doom/init.el index a4d646bd..9a0f14fa 100644 --- a/home/base/desktop/editors/emacs/doom/init.el +++ b/home/base/desktop/editors/emacs/doom/init.el @@ -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 diff --git a/home/base/server/editors/README.md b/home/base/server/editors/README.md new file mode 100644 index 00000000..20a82f7b --- /dev/null +++ b/home/base/server/editors/README.md @@ -0,0 +1,4 @@ +# Editors + +See [desktop/editors/](../../desktop/editors/) for more details. +