From 6c18d36d48064479f1b793fdf1fa665ba612fb26 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Tue, 2 Jan 2024 18:59:17 +0800 Subject: [PATCH] docs: doom-emacs --- home/base/desktop/editors/emacs/README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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 +```