Remove frame decoration in early-init

This commit is contained in:
larstvei 2024-04-01 01:15:44 +02:00
parent 101dd81a69
commit 1cb1de5318

View File

@ -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