Files
nix-config-ryan4yin/home/base/desktop/editors/emacs/README.md
T
2024-01-02 20:00:46 +08:00

18 lines
537 B
Markdown

# Emacs Editor
- Framework: <https://github.com/doomemacs/doomemacs>
- key bindings: <https://github.com/doomemacs/doomemacs/blob/master/modules/config/default/%2Bevil-bindings.el>
- Chinese(rime) support: <https://github.com/DogLooksGood/emacs-rime>
- modal editing:
- <https://github.com/emacs-evil/evil>: evil mode, enabled by default in doom-emacs.
- <https://github.com/meow-edit/meow>
## Install or Update
After deploying this nix flake, run the following command to install or update emacs:
```bash
doom sync
```