diff --git a/config.org b/config.org index d19b945..e9b590d 100644 --- a/config.org +++ b/config.org @@ -1457,7 +1457,7 @@ I have rather specific tastes when it comes to line wrapping. I like soft line w (setq +word-wrap-fill-style 'soft ; Soft line wrapping evil-respect-visual-line-mode t ; Respect visual line mode ) -(setq-default fill-column 100) ; More space before wrap +(setq-default fill-column 90) ; More space before wrap #+end_src *** Hacks