X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/26abd056748a702ce4292abdd5beb53d98c9624b..c2c256b7c6b49be7c2084ba6028539f3f8640684:/dot/emacs diff --git a/dot/emacs b/dot/emacs index 5498d5c..e269086 100644 --- a/dot/emacs +++ b/dot/emacs @@ -341,6 +341,7 @@ (setq scroll-step 5) ;Don't scroll too much at a time (setq blink-cursor-blinks 0) ;Keep blinking the cursor (setq-default fill-column mdw-text-width) ;I use rather narrow windows +(setq reb-re-syntax 'string) ;Enough backslashes even with this (setq-default comment-column 40) ;Set a standard comment column (setq-default truncate-partial-width-windows nil truncate-lines t)