--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/dotcss/bugzilla.pculture.org.css Thu May 24 14:00:02 2012 -0400
@@ -0,0 +1,3 @@
+.bz_comment_text { font-family: Menlo; }
+.bz_group_visibility_section { display: none; }
+table.edit_form { display: none; }
--- a/hgrc Sat May 19 14:17:25 2012 -0400
+++ b/hgrc Thu May 24 14:00:02 2012 -0400
@@ -141,7 +141,7 @@
d = diff -p --color=auto
# Run a colored diff and pipe it to less.
-dl = !"$HG" diff -p --color=always | less -R
+dl = !"$HG" diff -p --color=always $@ | less -R
# Kaleidoscope
# Mnemonics: "kaleidoscope diff" and "kaleidoscope show"
--- a/vim/vimrc Sat May 19 14:17:25 2012 -0400
+++ b/vim/vimrc Thu May 24 14:00:02 2012 -0400
@@ -515,6 +515,9 @@
nnoremap <Space> za
vnoremap <Space> za
+" "Refocus" folds
+nnoremap ,z zMzvzz
+
" Make zO recursively open whatever top level fold we're in, no matter where the
" cursor happens to be.
nnoremap zO zCzO
@@ -556,7 +559,7 @@
au!
au BufNewFile,BufRead riemann.config set filetype=clojure
- au FileType clojure call TurnOnClojureFolding()
+ au FileType clojure silent! call TurnOnClojureFolding()
au FileType clojure compiler clojure
au FileType clojure setlocal report=100000