From 597ce52dfd5d99ee31f96f926a8d9d1db3910af1 Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Mon, 9 May 2022 20:24:05 +0200 Subject: [PATCH] Emacs is now undecorated --- bundle/custom_gnu.el | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/bundle/custom_gnu.el b/bundle/custom_gnu.el index d3014f75..9885d2d5 100644 --- a/bundle/custom_gnu.el +++ b/bundle/custom_gnu.el @@ -15,9 +15,10 @@ (width . 95) (height . 66) (alpha . 100) - (vertical-scroll-bars) (horizontal-scroll-bars) - (fullscreen . fullscreen))) + (fullscreen . maximized) + (vertical-scroll-bars) + (undecorated . t))) '(delete-selection-mode nil) '(diary-file "~/Documents/diary/diary") '(gnus-init-file "~/.emacs.d/.gnus.el")