# HG changeset patch
# User Steve Losh <steve@stevelosh.com>
# Date 1337882402 14400
# Node ID a67883aeab6b0d99e68158b08b841b455c7b3cf9
# Parent  62d4c0cef59c70aa7074281585672e9c544c0be5
moar

diff -r 62d4c0cef59c -r a67883aeab6b dotcss/bugzilla.pculture.org.css
--- /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; }
diff -r 62d4c0cef59c -r a67883aeab6b dotjs/bugzilla.pculture.org.js
diff -r 62d4c0cef59c -r a67883aeab6b hgrc
--- 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"
diff -r 62d4c0cef59c -r a67883aeab6b vim/vimrc
--- 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