mirror of
https://github.com/larstvei/dot-emacs.git
synced 2024-11-26 07:28:31 +00:00
Remove frame decoration in early-init
This commit is contained in:
parent
101dd81a69
commit
1cb1de5318
3
init.org
3
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
|
||||
|
Loading…
Reference in New Issue
Block a user