chiark / gitweb /
dot-emacs: Fix LOOP indentation under SLIME.
[profile] / dot-emacs.el
index b2653c5a285822bc929a133090a22013dc114c08..d81aff4f7f97524b2078e103417ff4710d607ad5 100644 (file)
@@ -2032,6 +2032,10 @@ (defun mdw-common-lisp-indent ()
   (make-variable-buffer-local 'lisp-indent-function)
   (setq lisp-indent-function 'common-lisp-indent-function))
 
+(setq lisp-simple-loop-indentation 1
+      lisp-loop-keyword-indentation 6
+      lisp-loop-forms-indentation 6)
+
 (defun mdw-fontify-lispy ()
 
   ;; --- Set fill prefix ---