Update default frame size

Enable which-function-mode again
This commit is contained in:
Evie Litherland-Smith 2024-08-01 17:26:33 +01:00
parent 074a154db6
commit 006a0bf88e

View file

@ -71,12 +71,13 @@
async-shell-command-display-buffer nil
compilation-scroll-output t)
(add-to-list 'default-frame-alist '(width . 120))
(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)
(which-function-mode -1)
(which-function-mode +1)
(tool-bar-mode -1)
(scroll-bar-mode -1)