Skip to content

Commit

Permalink
update gather and vimperator spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed Jun 1, 2011
1 parent 3594673 commit fba8a01
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .vimperatorrc
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ inputElm.addEventListener('blur', swapBGColor,false);
})();
EOM

" Disbale beep. Drives me crazy because I still use Apple+#
" Disable beep. Drives me crazy because I still use Apple+# to switch tabs sometimes
javascript liberator.beep = function() { return false; }
3 changes: 3 additions & 0 deletions gather
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,11 @@ cp -f -rv ~/.emacs.d .
find . -name "*.elc" -exec rm {} \;
find . -name "*._*" -exec rm {} \;



# Remove cruft
rm -rf .emacs.d/auto-save-list/
rm -rf .emacs.d/backups
rm -rf .emacs.d/tramp
rm -rf .emacs.d/places

0 comments on commit fba8a01

Please sign in to comment.