# HG changeset patch # User Steve Losh # Date 1295716396 18000 # Node ID 387e93c23520065a69e55e2a7e827cbc5dd7a77f # Parent 65ea6d261c746b4790609a105b495f37f03a4376 Random. diff -r 65ea6d261c74 -r 387e93c23520 bootstrap.sh --- a/bootstrap.sh Fri Jan 14 10:23:25 2011 -0500 +++ b/bootstrap.sh Sat Jan 22 12:13:16 2011 -0500 @@ -50,7 +50,7 @@ hg clone bb://sjl/hg-prompt/ "$HOME/lib/hg/hg-prompt" hg clone bb://sjl/hg-paste/ "$HOME/lib/hg/hg-paste" -hg clone bb://sjl/hg-review/ "$HOME/lib/hg/hg-review" +hg clone bb://sjl/hg-review/ "$HOME/src/hg/hg-review" hg clone bb://ccaughie/hgcollapse/ "$HOME/lib/hg/hgcollapse" hg clone bb://durin42/histedit/ "$HOME/lib/hg/histedit" hg clone bb://durin42/hg-git/ "$HOME/lib/hg/hg-git" diff -r 65ea6d261c74 -r 387e93c23520 mutt/muttrc --- a/mutt/muttrc Fri Jan 14 10:23:25 2011 -0500 +++ b/mutt/muttrc Sat Jan 22 12:13:16 2011 -0500 @@ -6,7 +6,7 @@ set mailcap_path = ~/.mutt/mailcap # entrys for filetypes set signature = ~/.mutt/sig # my signature file set tmpdir = ~/.mutt/temp # where to keep temp files -set editor = "mvim -f +/^$ +:noh" # use vim and skip to first blank line +set editor = "vim +/^$ +:noh" # use vim and skip to first blank line set print_command = /usr/bin/enscript # print with enscript # main options diff -r 65ea6d261c74 -r 387e93c23520 vim/.vimrc --- a/vim/.vimrc Fri Jan 14 10:23:25 2011 -0500 +++ b/vim/.vimrc Sat Jan 22 12:13:16 2011 -0500 @@ -141,6 +141,8 @@ " Various filetype-specific stuff +au BufNewFile,BufRead *.clj nmap ee 0;\et + au BufNewFile,BufRead *.html setlocal filetype=htmldjango au BufNewFile,BufRead *.html setlocal foldmethod=manual au BufNewFile,BufRead *.html nnoremap f Vatzf