From c2c256b7c6b49be7c2084ba6028539f3f8640684 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Thu, 3 Aug 2017 10:50:45 +0100 Subject: [PATCH] el/dot-emacs.el: Get `re-builder' to use `string' syntax by default. 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 | 1 + 1 file changed, 1 insertion(+) 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) -- 2.11.0