chiark / gitweb /
el/dot-emacs.el: Get `re-builder' to use `string' syntax by default.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 3 Aug 2017 09:50:45 +0000 (10:50 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Thu, 3 Aug 2017 09:50:45 +0000 (10:50 +0100)
It can generate the read-syntax version from that, and I'd rather not
have to type the backslashes unless I have to.

dot/emacs

index 5498d5c217fb47c022ac063a66bb62e2e4e96fa2..e269086308a04376c3bd2a4343c37811c65329b0 100644 (file)
--- a/dot/emacs
+++ b/dot/emacs
 (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)