diff options
| author | Luke Hoersten <[email protected]> | 2009-03-16 15:08:19 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2009-03-16 15:08:19 -0500 |
| commit | ec6f6eec61b667ac3541eb6026df6fdf5156c41c (patch) | |
| tree | 5efcb7bc6555d6f4d3af550efa978c1cfb8bb055 /emacs.el | |
| parent | af7eb19c9dd7259963f3ea3159778a8ff16b0823 (diff) | |
Added recompile key and removed doxymacs dep because of bug in Ubuntu package.
Diffstat (limited to 'emacs.el')
| -rw-r--r-- | emacs.el | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,6 @@ ;; general (setq-default load-path (cons "~/.emacs.d/" load-path)) ; set default emacs load path -(setq-default user-mail-address "[email protected]") (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 |
