Default default frame width to 120 characters
This commit is contained in:
parent
1f7b08c001
commit
e54fa28147
2
init.el
2
init.el
|
@ -71,6 +71,8 @@
|
||||||
async-shell-command-display-buffer nil
|
async-shell-command-display-buffer nil
|
||||||
compilation-scroll-output t)
|
compilation-scroll-output t)
|
||||||
|
|
||||||
|
(add-to-list 'default-frame-alist '(width . 120))
|
||||||
|
|
||||||
(global-prettify-symbols-mode +1)
|
(global-prettify-symbols-mode +1)
|
||||||
(global-auto-revert-mode +1)
|
(global-auto-revert-mode +1)
|
||||||
(delete-selection-mode +1)
|
(delete-selection-mode +1)
|
||||||
|
|
Loading…
Reference in a new issue