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