Mercurial > dotfiles
diff .emacs @ 32:dc1c584707e6
Add some colorized diff stuff to emacs.
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Fri, 09 Jan 2009 11:28:24 -0600 |
parents | 260deb14fbc8 |
children | 1c70c9393f45 |
line wrap: on
line diff
--- a/.emacs +++ b/.emacs @@ -17,6 +17,9 @@ (require 'mercurial) +; improved diff mode +(require 'diff-mode-) + ; Clojure (require 'clojure-auto) (setq auto-mode-alist (cons '("\\.clj$" . clojure-mode) auto-mode-alist)) @@ -116,4 +119,4 @@ point." (global-set-key "\C-h" 'backward-delete-char-untabify) ; M-t is what I want for the textmate file finding (global-set-key [(meta t)] 'textmate-goto-file) -(global-set-key [(meta shift f)] 'textmate-find-in-project-type) +(global-set-key [(meta z)] 'textmate-find-in-project-type)