Use (undecorated) for non linux systems
This commit is contained in:
parent
28cb0d9d41
commit
d02353c5ac
1 changed files with 1 additions and 1 deletions
2
init.el
2
init.el
|
@ -24,7 +24,7 @@
|
|||
(height . 50)
|
||||
(vertical-scroll-bars . nil)
|
||||
(fullscreen . maximized)
|
||||
,(if (eq system-type 'gnu/linux) '(undecorated . t))))
|
||||
,(if (eq system-type 'gnu/linux) '(undecorated . t) '(undecorated . nil))))
|
||||
|
||||
(setq package-archives
|
||||
'(("melpa" . "https://melpa.org/packages/")
|
||||
|
|
Loading…
Add table
Reference in a new issue