From: Mark Wooding Date: Mon, 2 Mar 2009 11:38:30 +0000 (+0000) Subject: Merge branch 'master' of git+ssh://ponder.ncipher.com/~mwooding/etc/profile X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/485d7cfcbdc6f70e6eb32b29cbd071f4c72c6bfc?hp=a3bdb4d9d30a78f20b81e7fae5953d35c05198ed Merge branch 'master' of git+ssh://ponder.ncipher.com/~mwooding/etc/profile * 'master' of git+ssh://ponder.ncipher.com/~mwooding/etc/profile: dot-emacs: Fix LOOP indentation under SLIME. gitignore: Add `semantic.cache' and Global droppings. --- diff --git a/dot-emacs.el b/dot-emacs.el index 9c9a2cb..01bed92 100644 --- 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)) +(setq lisp-simple-loop-indentation 1 + lisp-loop-keyword-indentation 6 + lisp-loop-forms-indentation 6) + (defun mdw-fontify-lispy () ;; --- Set fill prefix --- diff --git a/gitignore b/gitignore index d17316d..8602ee4 100644 --- a/gitignore +++ b/gitignore @@ -5,11 +5,19 @@ \#* .#* +semantic.cache + ## STG clutter. .stgit-edit.txt *.ancestor *.patched +## Global clutter. +GPATH +GRTAGS +GSYMS +GTAGS + ## Build and release directories. build build-*