From: Mark Wooding Date: Mon, 2 Mar 2009 11:35:47 +0000 (+0000) Subject: dot-emacs: Fix LOOP indentation under SLIME. X-Git-Url: https://git.distorted.org.uk/~mdw/profile/commitdiff_plain/95575d1fdc976ebc74d7336fd537e28a89165429 dot-emacs: Fix LOOP indentation under SLIME. It's not perfect, but it's much less annoying than it used to be. --- diff --git a/dot-emacs.el b/dot-emacs.el index b2653c5..d81aff4 100644 --- a/dot-emacs.el +++ b/dot-emacs.el @@ -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 ---