Update default frame width & height
This commit is contained in:
parent
d40f3d7d90
commit
cc94678848
2
init.el
2
init.el
|
@ -55,7 +55,7 @@
|
||||||
completions-detailed t
|
completions-detailed t
|
||||||
kill-do-not-save-duplicates t
|
kill-do-not-save-duplicates t
|
||||||
initial-frame-alist nil
|
initial-frame-alist nil
|
||||||
default-frame-alist '((width . 120) (height . 40)))
|
default-frame-alist '((width . 96) (height . 32)))
|
||||||
|
|
||||||
(setq-default truncate-lines t
|
(setq-default truncate-lines t
|
||||||
truncate-partial-width-windows nil)
|
truncate-partial-width-windows nil)
|
||||||
|
|
Loading…
Reference in a new issue