a67883aeab6b

moar
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Thu, 24 May 2012 14:00:02 -0400
parents 62d4c0cef59c
children 7a8bd0b938e3
branches/tags (none)
files dotcss/bugzilla.pculture.org.css dotjs/bugzilla.pculture.org.js hgrc vim/vimrc

Changes

--- /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