summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeonardo Santiago <[email protected]>2025-04-21 18:06:33 -0300
committerLeonardo Santiago <[email protected]>2025-04-21 18:06:33 -0300
commit799f2abaa3e3722c9f254f6d0a6711731f6c356b (patch)
treef1b2b3bcef0e06b1e507442e301565d9f24d0ea1
parent3ebac405739d09947ce6a30be8f81c9048e5e91c (diff)
change font size to 13HEADmaster
-rw-r--r--modules/emacs/README.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/emacs/README.org b/modules/emacs/README.org
index 24a2d1d..082db92 100644
--- a/modules/emacs/README.org
+++ b/modules/emacs/README.org
@@ -49,7 +49,7 @@ You can also use it as a ~nixosModule~, in order to add additional packages like
(add-hook 'after-make-frame-functions
(lambda (frame)
(select-frame frame)
- (set-frame-font "DejaVuSansM Nerd Font 12" nil t)))
+ (set-frame-font "DejaVuSansM Nerd Font 13" nil t)))
#+end_src
** Backups