about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorLin Jian <me@linj.tech>2023-08-25 11:03:05 +0800
committerAnderson Torres <torres.anderson.85@protonmail.com>2023-08-25 10:22:30 +0000
commit0d3ba90f52a4af5109392269dd1aa5d1c8b5ecf2 (patch)
treec4ca051255b741dd7603a793cf4653628f3ef0d3 /nixos
parentc8282132e521bf28e5b8d8806693069577353097 (diff)
nixos/emacs: replace emacs with Emacs in the doc
Diffstat (limited to 'nixos')
-rw-r--r--nixos/modules/services/editors/emacs.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/nixos/modules/services/editors/emacs.md b/nixos/modules/services/editors/emacs.md
index 72364b295144a..2fe25f5e3f43c 100644
--- a/nixos/modules/services/editors/emacs.md
+++ b/nixos/modules/services/editors/emacs.md
@@ -286,11 +286,11 @@ The server should now be ready to serve Emacs clients.
 
 ### Starting the client {#module-services-emacs-starting-client}
 
-Ensure that the emacs server is enabled, either by customizing the
+Ensure that the Emacs server is enabled, either by customizing the
 {var}`server-mode` variable, or by adding
 `(server-start)` to {file}`~/.emacs`.
 
-To connect to the emacs daemon, run one of the following:
+To connect to the Emacs daemon, run one of the following:
 ```
 emacsclient FILENAME
 emacsclient --create-frame  # opens a new frame (window)
@@ -356,7 +356,7 @@ startup:
 ```
 :::
 
-After the declarative emacs package configuration has been tested,
+After the declarative Emacs package configuration has been tested,
 previously downloaded packages can be cleaned up by removing
 {file}`~/.emacs.d/elpa` (do make a backup first, in case you
 forgot a package).