lol

nixos/emacs: replace emacs with Emacs in the doc

authored by

Lin Jian and committed by
Anderson Torres
0d3ba90f c8282132

+3 -3
+3 -3
nixos/modules/services/editors/emacs.md
··· 286 286 287 287 ### Starting the client {#module-services-emacs-starting-client} 288 288 289 - Ensure that the emacs server is enabled, either by customizing the 289 + Ensure that the Emacs server is enabled, either by customizing the 290 290 {var}`server-mode` variable, or by adding 291 291 `(server-start)` to {file}`~/.emacs`. 292 292 293 - To connect to the emacs daemon, run one of the following: 293 + To connect to the Emacs daemon, run one of the following: 294 294 ``` 295 295 emacsclient FILENAME 296 296 emacsclient --create-frame # opens a new frame (window) ··· 356 356 ``` 357 357 ::: 358 358 359 - After the declarative emacs package configuration has been tested, 359 + After the declarative Emacs package configuration has been tested, 360 360 previously downloaded packages can be cleaned up by removing 361 361 {file}`~/.emacs.d/elpa` (do make a backup first, in case you 362 362 forgot a package).