From ec6f6eec61b667ac3541eb6026df6fdf5156c41c Mon Sep 17 00:00:00 2001 From: Luke Hoersten Date: Mon, 16 Mar 2009 15:08:19 -0500 Subject: Added recompile key and removed doxymacs dep because of bug in Ubuntu package. --- emacs.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs.el') diff --git a/emacs.el b/emacs.el index 1b2a2bd..1e54e45 100644 --- a/emacs.el +++ b/emacs.el @@ -3,7 +3,6 @@ ;; general (setq-default load-path (cons "~/.emacs.d/" load-path)) ; set default emacs load path -(setq-default user-mail-address "lhoersten@allstontrading.com") (setq-default ediff-split-window-function 'split-window-horizontally) ; diff horizontally (setq-default x-select-enable-clipboard t) ; paste from X buffer @@ -30,6 +29,7 @@ (setq-default whitespace-style '(tab-mark trailing tabs empty)) ; what whitespace elements to show (add-hook 'before-save-hook 'whitespace-cleanup) ; cleanup whitespace on exit (global-set-key (kbd "C-c c") 'compile) ; compile +(global-set-key (kbd "C-c r") 'recompile) ; recompile (require 'hoersten-pastebin-region) ; send selected text to pastebin (require 'mercurial) ; load mercurial mode -- cgit v1.2.3