Remove fullscreen settings
This commit is contained in:
parent
0d5ba2300e
commit
08084c0e4b
1 changed files with 4 additions and 2 deletions
|
@ -17,9 +17,11 @@
|
||||||
'(default-frame-alist
|
'(default-frame-alist
|
||||||
(quote
|
(quote
|
||||||
((font . "Fira Code-11")
|
((font . "Fira Code-11")
|
||||||
(fullscreen . maximized)
|
|
||||||
(alpha . 100)
|
(alpha . 100)
|
||||||
(undecorated . t))))
|
(undecorated)
|
||||||
|
(width . 85)
|
||||||
|
(height . 70)
|
||||||
|
(vertical-scroll-bars))))
|
||||||
'(delete-selection-mode nil)
|
'(delete-selection-mode nil)
|
||||||
'(display-time-mode t)
|
'(display-time-mode t)
|
||||||
'(elpy-modules
|
'(elpy-modules
|
||||||
|
|
Loading…
Add table
Reference in a new issue