Merge pull request #96497 from NickHackman/emacs-documentation-typo-fix

Fix typo in services/editors/emacs documentation
This commit is contained in:
Daniël de Kok
2020-08-28 10:43:50 +02:00
committed by GitHub

View File

@@ -322,7 +322,7 @@ https://nixos.org/nixpkgs/manual/#sec-modify-via-packageOverrides
If you want, you can tweak the Emacs package itself from your
<filename>emacs.nix</filename>. For example, if you want to have a
GTK 3-based Emacs instead of the default GTK 2-based binary and remove the
automatically generated <filename>emacs.desktop</filename> (useful is you
automatically generated <filename>emacs.desktop</filename> (useful if you
only use <command>emacsclient</command>), you can change your file
<filename>emacs.nix</filename> in this way:
</para>