# HG changeset patch # User Jordi GutiƩrrez Hermoso # Date 1576607625 18000 # Node ID 0191e8351212b057be10885b51b736bfcf5607d6 # Parent ceff26bc036ef369dd22fc45b6eb7b0847ca513c truncate-lines: fix typo Well, this explains why it wasn't working. diff --git a/dotemacs.el b/dotemacs.el --- 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)