Show window decorations
This commit is contained in:
parent
93e413f97a
commit
5a2eb77b2b
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@
|
||||||
(vertical-scroll-bars)
|
(vertical-scroll-bars)
|
||||||
,@(cond ((eq system-type 'gnu/linux)
|
,@(cond ((eq system-type 'gnu/linux)
|
||||||
'((fullscreen . maximized)
|
'((fullscreen . maximized)
|
||||||
(undecorated . t))))))
|
(undecorated . nil))))))
|
||||||
|
|
||||||
(setq frame-resize-pixelwise t)
|
(setq frame-resize-pixelwise t)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue