Set initial frame
This commit is contained in:
parent
8a9cb08f8c
commit
dd529983dd
2 changed files with 5 additions and 3 deletions
3
early-init.el
Normal file
3
early-init.el
Normal file
|
@ -0,0 +1,3 @@
|
|||
(setq initial-frame-alist
|
||||
'((fullscreen . maximized)
|
||||
(undecorated . t)))
|
5
init.el
5
init.el
|
@ -106,11 +106,10 @@
|
|||
(setq vertical-scroll-bar nil)
|
||||
|
||||
(setq default-frame-alist
|
||||
'((font . "MonoLisa-12")
|
||||
'((font . "MonoLisa-11")
|
||||
(width . 92)
|
||||
(height . 62)
|
||||
(alpha . 100)
|
||||
(fullscreen . maximized)))
|
||||
(alpha . 100)))
|
||||
|
||||
(setq mouse-wheel-scroll-amount '(1 ((shift) . 1) ((meta)) ((control) . text-scale)))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue