From 65a07315f2181090613fb77d89adcca0cc5c58a3 Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Wed, 3 Jan 2024 01:53:57 +0800 Subject: [PATCH] docs: emacs --- Justfile | 5 ++--- home/base/desktop/editors/emacs/README.md | 5 +++++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Justfile b/Justfile index 9e7879b4..7f146570 100644 --- a/Justfile +++ b/Justfile @@ -114,11 +114,11 @@ idols-image: ############################################################################ # # RISC-V related commands -# +# ############################################################################ roll: idols-ssh-key - colmena apply --on '@riscv' + colmena apply --on '@riscv' roll-debug: idols-ssh-key colmena apply --on '@dist-build' --verbose --show-trace @@ -160,4 +160,3 @@ test-nvim: test-nvim-clean: rm -rf $"($env.HOME)/.config/astronvim/lua" - diff --git a/home/base/desktop/editors/emacs/README.md b/home/base/desktop/editors/emacs/README.md index 479b40b5..a6082ced 100644 --- a/home/base/desktop/editors/emacs/README.md +++ b/home/base/desktop/editors/emacs/README.md @@ -7,6 +7,11 @@ - : evil mode, enabled by default in doom-emacs. - +Emacs daemon: + +- +- + ## Install or Update After deploying this nix flake, run the following command to install or update emacs: