From: Mark Wooding Date: Wed, 1 Jul 2020 18:49:53 +0000 (+0100) Subject: el/dot-emacs.el: Use plain `setq' rather than `setq-default'. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/ae4aadb04011412759256475ae9f727eed633cab el/dot-emacs.el: Use plain `setq' rather than `setq-default'. I can't see anything trying to make these buffer-local. --- diff --git a/el/dot-emacs.el b/el/dot-emacs.el index 374b59d..fce80f4 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -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.