From 9a464f6d55406ef91d69cffa80f5cabe178ffcc8 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Fri, 26 Nov 2021 18:12:07 +0100 Subject: [PATCH] Update custom gnu --- bundle/custom_gnu.el | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/bundle/custom_gnu.el b/bundle/custom_gnu.el index 89f8fdb7..6a04ae89 100644 --- a/bundle/custom_gnu.el +++ b/bundle/custom_gnu.el @@ -10,11 +10,12 @@ [default default default italic underline success warning error]) '(backup-directory-alist '(("." . "~/.backup_filez"))) '(default-frame-alist - '((font . "Fira Code-11") + '((font . "Fira Code-12") (width . 90) - (height . 64) + (height . 66) (alpha . 100) - (horizontal-scroll-bars))) + (horizontal-scroll-bars) + (vertical-scroll-bars))) '(delete-selection-mode nil) '(diary-file "~/Documents/diary/diary") '(doom-modeline-height 33)