chiark / gitweb /
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 374b59dbca8a044f8f87135bf9878185efce7e3e..fce80f41f7c342eb23cb44b862c70bb1678f9ed5 100644 (file)
@@ -4306,9 +4306,9 @@ (defun mdw-fontify-lispy ()
 
 ;; 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.