changeset 202:0191e8351212

truncate-lines: fix typo Well, this explains why it wasn't working.
author Jordi Gutiérrez Hermoso <jordigh@octave.org>
date Tue, 17 Dec 2019 13:33:45 -0500
parents ceff26bc036e
children 0c58e4b3861d
files dotemacs.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/dotemacs.el
+++ b/dotemacs.el
@@ -97,7 +97,7 @@
 ;; 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)
+(setq-default truncate-lines t)
 
 (server-start)