On windows dont be undecorated
This commit is contained in:
parent
3a772463f3
commit
35c6d3c4e8
1 changed files with 6 additions and 11 deletions
|
@ -1,12 +1,7 @@
|
|||
(if (eq system-type 'windows-nt)
|
||||
(setq initial-frame-alist
|
||||
'((fullscreen . maximized)
|
||||
(font . "MonoLisa-11")
|
||||
(width . 85)
|
||||
(height . 55)))
|
||||
(setq initial-frame-alist
|
||||
'((fullscreen . maximized)
|
||||
(font . "MonoLisa-11")
|
||||
(width . 85)
|
||||
(height . 55)
|
||||
(setq initial-frame-alist
|
||||
'((fullscreen . maximized)
|
||||
(font . "MonoLisa-11")
|
||||
(width . 85)
|
||||
(height . 55)
|
||||
(unless (eq system-type 'windows-nt)
|
||||
(undecorated . t))))
|
||||
|
|
Loading…
Add table
Reference in a new issue