From 21c0c631bc78aac892634f539d07db95897119f7 Mon Sep 17 00:00:00 2001 From: pennae Date: Wed, 4 Jan 2023 01:36:16 +0100 Subject: [PATCH] nixos/manual: normalize -> use instead since markdown will have them as inline code blocks. --- nixos/modules/services/editors/emacs.xml | 8 ++++---- nixos/modules/services/web-apps/discourse.xml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/nixos/modules/services/editors/emacs.xml b/nixos/modules/services/editors/emacs.xml index 176766fdf411..e60dfe3b72f8 100644 --- a/nixos/modules/services/editors/emacs.xml +++ b/nixos/modules/services/editors/emacs.xml @@ -124,8 +124,8 @@ Under NixOS, you can continue to use - package-list-packages and - package-install to install packages. You can also + package-list-packages and + package-install to install packages. You can also declare the set of Emacs packages you need using the derivations from Nixpkgs. The rest of this section discusses declarative installation of Emacs packages through nixpkgs. @@ -383,7 +383,7 @@ services.emacs.package = import /home/cassou/.emacs.d { pkgs = pkgs; }; The services.emacs.package option allows a custom derivation to be used, for example, one created by - emacsWithPackages. + emacsWithPackages. @@ -523,7 +523,7 @@ systemctl --user enable emacs Accessing man pages - You can use woman to get completion of all available + You can use woman to get completion of all available man pages. For example, type M-x woman <RET> nixos-rebuild <RET>. diff --git a/nixos/modules/services/web-apps/discourse.xml b/nixos/modules/services/web-apps/discourse.xml index d9dc28fa5e4e..d9c0d369699f 100644 --- a/nixos/modules/services/web-apps/discourse.xml +++ b/nixos/modules/services/web-apps/discourse.xml @@ -293,7 +293,7 @@ services.discourse = { Much of the packaging can be done automatically by the nixpkgs/pkgs/servers/web-apps/discourse/update.py script - just add the plugin to the plugins - list in the update_plugins function and run + list in the update_plugins function and run the script: ./update.py update-plugins