dot-emacs: Fix LOOP indentation under SLIME.
authorMark Wooding <mdw@distorted.org.uk>
Mon, 2 Mar 2009 11:35:47 +0000 (11:35 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Mon, 2 Mar 2009 11:35:47 +0000 (11:35 +0000)
It's not perfect, but it's much less annoying than it used to be.

dot-emacs.el

index b2653c5..d81aff4 100644 (file)
@@ -2032,6 +2032,10 @@ strip numbers instead."
   (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 ---