disable line wrapping

This commit is contained in:
Yisroel Baum 2025-09-07 21:50:51 +03:00
parent 5fe351e176
commit 61c4ebb911
Signed by: yisroelbaum
GPG key ID: 0FA60884F75520A9

View file

@ -32,6 +32,7 @@
(global-display-fill-column-indicator-mode t)
(set-fill-column 80)
(column-number-mode t)
(setq-default truncate-lines t)
(setq straight-use-package-by-default t)