don't wrap long lines at window width by default
This commit is contained in:
parent
d0d2a45241
commit
437c5fdb4f
|
@ -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)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue