From e54fa281477e9d3d90367dec86ca7ec82970aa4c Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 1 Aug 2024 11:18:15 +0100 Subject: [PATCH] Default default frame width to 120 characters --- init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.el b/init.el index 2f707df..3fb7249 100644 --- a/init.el +++ b/init.el @@ -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)