don't wrap long lines at window width by default

This commit is contained in:
Gered 2025-01-26 20:19:14 -05:00
parent d0d2a45241
commit 437c5fdb4f

View file

@ -22,6 +22,9 @@
(setopt show-trailing-whitespace t) (setopt show-trailing-whitespace t)
(setopt indicate-buffer-boundaries 'left) (setopt indicate-buffer-boundaries 'left)
(setq-default truncate-lines t)
(setq truncate-partial-width-windows nil)
(setq confirm-nonexistent-file-or-buffer nil) (setq confirm-nonexistent-file-or-buffer nil)
(setq use-short-answers t) (setq use-short-answers t)