chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9508118
)
dot-emacs: Fix LOOP indentation under SLIME.
author
Mark Wooding
<mdw@distorted.org.uk>
Mon, 2 Mar 2009 11:35:47 +0000
(11:35 +0000)
committer
Mark 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
patch
|
blob
|
blame
|
history
diff --git
a/dot-emacs.el
b/dot-emacs.el
index b2653c5a285822bc929a133090a22013dc114c08..d81aff4f7f97524b2078e103417ff4710d607ad5 100644
(file)
--- a/
dot-emacs.el
+++ b/
dot-emacs.el
@@
-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 ---