From 799f2abaa3e3722c9f254f6d0a6711731f6c356b Mon Sep 17 00:00:00 2001 From: Leonardo Santiago Date: Mon, 21 Apr 2025 18:06:33 -0300 Subject: change font size to 13 --- modules/emacs/README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules') 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 -- cgit v1.2.3