mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-05-20 13:36:51 +02:00
18 lines
537 B
Markdown
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
|
|
```
|
|
|