From: Mark Wooding Date: Sun, 27 May 2018 10:59:47 +0000 (+0100) Subject: dot/emacs: Turn off `adaptive-fill-mode'. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/1df1ef5f6b7aa2414345964808065094a4ff014d dot/emacs: Turn off `adaptive-fill-mode'. I never used it, building my own machinery instead. And, it seems, this doesn't work with Emacs's default comment-filling machinery. --- diff --git a/dot/emacs b/dot/emacs index 2170f2f..908bc6c 100644 --- a/dot/emacs +++ b/dot/emacs @@ -344,6 +344,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 adaptive-fill-mode nil) ;I have my own machinery instead (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