el/dot-emacs.el: Use plain `setq' rather than `setq-default'.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 1 Jul 2020 18:49:53 +0000 (19:49 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sun, 9 Aug 2020 03:34:42 +0000 (04:34 +0100)
I can't see anything trying to make these buffer-local.

el/dot-emacs.el

index 374b59d..fce80f4 100644 (file)
@@ -4306,9 +4306,9 @@ that character only to be normal punctuation.")
 
 ;; Special indentation.
 
-(setq-default lisp-simple-loop-indentation 2
-             lisp-loop-keyword-indentation 6
-             lisp-loop-forms-indentation 6)
+(setq lisp-simple-loop-indentation 2
+      lisp-loop-keyword-indentation 6
+      lisp-loop-forms-indentation 6)
 
 ;; SLIME setup.