X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/9651a84b95a10e444cdb5d0fb0558c7cda1ac28b..a2f12a94b45d3d04286ed9ad7725ce64bf42b2cd:/dot/emacs?ds=inline diff --git a/dot/emacs b/dot/emacs index 0ced3ca..7be9951 100644 --- a/dot/emacs +++ b/dot/emacs @@ -221,7 +221,8 @@ (setq scroll-step 5) ;Don't scroll too much at a time (setq-default fill-column 77) ;I use rather narrow windows (setq-default comment-column 40) ;Set a standard comment column -(setq-default truncate-partial-width-windows nil) +(setq-default truncate-partial-width-windows nil + truncate-lines t) (setq default-indicate-empty-lines t) (setq whitespace-style '(trailing space-before-tab space-after-tab empty indentation))