summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2010-01-27 18:44:16 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2010-01-27 18:44:16 +0100
commitd340fdda7e8319e068667248b1bb31bbb5ffc7b6 (patch)
tree93224d205bb4198c1643f5c7515c2eeb39eb2e57 /emacs
parentc7ffe421c2d5d36f6bdaf4b6918997ee91382693 (diff)
downloaddotfiles-d340fdda7e8319e068667248b1bb31bbb5ffc7b6.tar.gz
dotfiles-d340fdda7e8319e068667248b1bb31bbb5ffc7b6.tar.xz
dotfiles-d340fdda7e8319e068667248b1bb31bbb5ffc7b6.zip
bind magit-status if available on <f5>
Diffstat (limited to 'emacs')
-rw-r--r--emacs3
1 files changed, 3 insertions, 0 deletions
diff --git a/emacs b/emacs
index aab5c04..c1c94e1 100644
--- a/emacs
+++ b/emacs
@@ -479,3 +479,6 @@
;; lisp
; eassist
(define-key lisp-mode-shared-map (kbd "M-m") 'eassist-list-methods)
+
+;; magit-status (bind if available on <f5>)
+(when (fboundp 'magit-status) (global-set-key (kbd "<f5>") 'magit-status))