about summary refs log tree commit diff
path: root/modules/common/emacs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--modules/common/emacs/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/common/emacs/default.nix b/modules/common/emacs/default.nix
index 1d205b9..a21b5ab 100644
--- a/modules/common/emacs/default.nix
+++ b/modules/common/emacs/default.nix
@@ -149,7 +149,7 @@ in {
 
                 (appendq! auth-sources '("${config.secrets.authinfo.path}"))
 
-                ;; Font must be set to N+2 because otherwise it looks too small.
+                ;; The font must be set to n+2, otherwise it looks too small.
                 (setq doom-font (font-spec
                                   :family "${config.fontScheme.monospaceFont.family}"
                                   :size ${toString (config.fontScheme.monospaceFont.size + 2)})

Consider giving Nix/NixOS a try! <3