From 95575d1fdc976ebc74d7336fd537e28a89165429 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Mon, 2 Mar 2009 11:35:47 +0000 Subject: [PATCH] dot-emacs: Fix LOOP indentation under SLIME. It's not perfect, but it's much less annoying than it used to be. --- dot-emacs.el | 4 ++++ 1 file changed, 4 insertions(+) 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 --- -- 2.11.0