Default default frame width to 120 characters

This commit is contained in:
Evie Litherland-Smith 2024-08-01 11:18:15 +01:00
parent 1f7b08c001
commit e54fa28147

View file

@ -71,6 +71,8 @@
async-shell-command-display-buffer nil
compilation-scroll-output t)
(add-to-list 'default-frame-alist '(width . 120))
(global-prettify-symbols-mode +1)
(global-auto-revert-mode +1)
(delete-selection-mode +1)