chiark
/
gitweb
/
~mdw
/
profile
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Merge branch 'master' of git+ssh://ponder.ncipher.com/~mwooding/etc/profile
[profile]
/
dot-emacs.el
diff --git
a/dot-emacs.el
b/dot-emacs.el
index 9c9a2cb42910dc8531c424450217a35553da8ca0..01bed922c77e89abb7edd4ec31fa279cc271fa17 100644
(file)
--- a/
dot-emacs.el
+++ b/
dot-emacs.el
@@
-2052,6
+2052,10
@@
(defun mdw-common-lisp-indent ()
(make-variable-buffer-local 'lisp-indent-function)
(setq lisp-indent-function 'common-lisp-indent-function))
(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 ---
(defun mdw-fontify-lispy ()
;; --- Set fill prefix ---