el/dot-emacs.el: Use plain `setq' rather than `setq-default'.
[profile] / 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.