Remove setting default frame size
This commit is contained in:
parent
006a0bf88e
commit
29fdf12ed8
3
init.el
3
init.el
|
@ -71,9 +71,6 @@
|
||||||
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 . 192))
|
|
||||||
(add-to-list 'default-frame-alist '(height . 48))
|
|
||||||
|
|
||||||
(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