Remove setting default frame size

This commit is contained in:
Evie Litherland-Smith 2024-08-02 08:42:39 +01:00
parent 006a0bf88e
commit 29fdf12ed8

View file

@ -71,9 +71,6 @@
async-shell-command-display-buffer nil
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-auto-revert-mode +1)
(delete-selection-mode +1)