mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-04-25 02:08:29 +02:00
docs: testing for emacs & neovim
This commit is contained in:
@@ -23,6 +23,20 @@ doom sync
|
|||||||
|
|
||||||
when in doubt, run `doom sync`!
|
when in doubt, run `doom sync`!
|
||||||
|
|
||||||
|
## Testing
|
||||||
|
|
||||||
|
> via `Justfile` located at the root of this repo.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# testing
|
||||||
|
just emacs-test
|
||||||
|
jsut emacs-purge
|
||||||
|
just emacs-reload
|
||||||
|
|
||||||
|
# clear test data
|
||||||
|
just emacs-clear
|
||||||
|
```
|
||||||
|
|
||||||
## Notes
|
## Notes
|
||||||
|
|
||||||
1. we can run any emacs command via `M-x`(Alt + x).
|
1. we can run any emacs command via `M-x`(Alt + x).
|
||||||
|
|||||||
@@ -28,6 +28,18 @@ Remove all unused plugins:
|
|||||||
:Lazy clean
|
:Lazy clean
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Testing
|
||||||
|
|
||||||
|
> via `Justfile` located at the root of this repo.
|
||||||
|
|
||||||
|
```bash
|
||||||
|
# testing
|
||||||
|
just nvim-test
|
||||||
|
|
||||||
|
# clear test data
|
||||||
|
just nvim-clear
|
||||||
|
```
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||

|

|
||||||
|
|||||||
Reference in New Issue
Block a user