From 383b1f4a9b448aca64be71b8046cfe90801548d1 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Tue, 26 Sep 2023 19:42:27 +0200 Subject: [PATCH] Remove unused variable --- 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 e6e34b5c..2348ef28 100644 --- a/bundle/custom_gnu.el +++ b/bundle/custom_gnu.el @@ -13,8 +13,7 @@ '(calendar-location-name "Nuremberg, DE" t) '(calendar-longitude 11.0 t) '(default-frame-alist - '((tab-bar-lines . 0) - (font . "MonoLisa-11") + '((font . "MonoLisa-11") (fullscreen . maximized) (undecorated . t) (width . 95)