···286286287287### Starting the client {#module-services-emacs-starting-client}
288288289289-Ensure that the emacs server is enabled, either by customizing the
289289+Ensure that the Emacs server is enabled, either by customizing the
290290{var}`server-mode` variable, or by adding
291291`(server-start)` to {file}`~/.emacs`.
292292293293-To connect to the emacs daemon, run one of the following:
293293+To connect to the Emacs daemon, run one of the following:
294294```
295295emacsclient FILENAME
296296emacsclient --create-frame # opens a new frame (window)
···356356```
357357:::
358358359359-After the declarative emacs package configuration has been tested,
359359+After the declarative Emacs package configuration has been tested,
360360previously downloaded packages can be cleaned up by removing
361361{file}`~/.emacs.d/elpa` (do make a backup first, in case you
362362forgot a package).