diff options
-rw-r--r-- | modules/emacs/README.org | 2 |
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 |