tweak: increase fill-column

This commit is contained in:
Kiana Sheibani 2024-07-22 13:40:49 -04:00
parent 60725904d6
commit a18b74230d
Signed by: toki
GPG key ID: 6CB106C25E86A9F7

View file

@ -1322,7 +1322,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 90) ; More space before wrap
(setq-default fill-column 100) ; More space before wrap
#+end_src
*** Hacks