From d91a4bc70fe4fe3713a19b31608c127653ec4214 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Thu, 15 Jul 2021 07:54:04 +0200 Subject: [PATCH] Disable transparency --- bundle/custom_gnu.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bundle/custom_gnu.el b/bundle/custom_gnu.el index 143d9e51..9b55e94b 100644 --- a/bundle/custom_gnu.el +++ b/bundle/custom_gnu.el @@ -13,8 +13,7 @@ '((font . "Fira Code-11") (width . 90) (height . 64) - (alpha . 100) - (vertical-scroll-bars))) + (alpha . 100))) '(delete-selection-mode nil) '(diary-file "~/Documents/diary/diary") '(doom-modeline-height 33)