* 'master' of git+ssh://ponder.ncipher.com/~mwooding/etc/profile:
dot-emacs: Fix LOOP indentation under SLIME.
gitignore: Add `semantic.cache' and Global droppings.
(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 ---
\#*
.#*
+semantic.cache
+
## STG clutter.
.stgit-edit.txt
*.ancestor
*.patched
+## Global clutter.
+GPATH
+GRTAGS
+GSYMS
+GTAGS
+
## Build and release directories.
build
build-*