From 0181017dcd09bcfd7a3752f42d5b1f18f7caa293 Mon Sep 17 00:00:00 2001 From: Daniel Ziltener Date: Wed, 22 Nov 2023 16:41:31 +0100 Subject: [PATCH] . --- emacs/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/init.el b/emacs/init.el index ad5bcf7..2f0fe2c 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -140,7 +140,7 @@ (set-frame-parameter nil 'alpha-background 80) (add-to-list 'default-frame-alist '(alpha-background . 80)) -(set-frame-font "Victor Mono Nerd Font-10:bold" nil t) +(set-frame-font "Victor Mono Nerd Font-11:bold" nil t) ;;;; Security (use-package keychain-environment