changeset 185:6235b6f83b2e

truncte-lines: turn on by default
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Tue, 11 Dec 2018 13:57:01 -0500
parents b632448f215b
children 1aa716048fa0
files dotemacs.el
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/dotemacs.el
+++ b/dotemacs.el
@@ -68,6 +68,11 @@
 ;; Remember where I was when I last opened a file
 (save-place-mode 1) 
 
+;; I have decided that I usually want long lines to scroll off to the
+;; right, not that bizarro folding that wraps lines in the middle of
+;; words
+(setq-default truncates-lines t)
+
 (server-start)
 
 ;; I want tramp to obey the $PATH that is set on the remote host