From 1cb1de5318466b64dd83dadddc9a2f2b71b4c28b Mon Sep 17 00:00:00 2001 From: larstvei Date: Mon, 1 Apr 2024 01:15:44 +0200 Subject: [PATCH] Remove frame decoration in early-init --- init.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.org b/init.org index e3be0b6..b8b87d4 100644 --- a/init.org +++ b/init.org @@ -447,8 +447,9 @@ Add a small border on the frame. This also goes in the early-init. - #+begin_src emacs-lisp + #+begin_src emacs-lisp :tangle early-init.el + (add-to-list 'default-frame-alist '(undecorated . t)) (add-to-list 'default-frame-alist '(internal-border-width . 24)) #+end_src