diff --git a/home/base/desktop/editors/emacs/README.md b/home/base/desktop/editors/emacs/README.md index 5f16003f..d9ef7acf 100644 --- a/home/base/desktop/editors/emacs/README.md +++ b/home/base/desktop/editors/emacs/README.md @@ -6,4 +6,11 @@ - : evil mode, enabled by default in doom-emacs. - +## Install or Update + +After deploying this nix flake, run the following command to install or update emacs: + +```bash +doom sync +```