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)