From e28db13de6e5045cf55f864286c70d2b72eb15b3 Mon Sep 17 00:00:00 2001 From: LLoyderino Date: Sat, 13 Sep 2025 18:55:23 +0200 Subject: Changed default fill settings Now matches with my laptop screen --- init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.el b/init.el index 8ec740a..7f53514 100644 --- a/init.el +++ b/init.el @@ -42,6 +42,8 @@ (setq scroll-conservatively 5 ; Smooth scrolling~ scroll-margin 5) ; https://themkat.net/2025/03/25/simple_smoother_emacs_scrolling.html +(setq-default fill-column 94) ; Fill columns to half of my laptop's screen + (global-set-key (kbd "M-\\") #'just-one-space) ; Leave one space instead of killing all ;; Spellcheck -- cgit v1.3.1