diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2010-01-27 18:44:16 +0100 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2010-01-27 18:44:16 +0100 |
commit | d340fdda7e8319e068667248b1bb31bbb5ffc7b6 (patch) | |
tree | 93224d205bb4198c1643f5c7515c2eeb39eb2e57 | |
parent | c7ffe421c2d5d36f6bdaf4b6918997ee91382693 (diff) | |
download | dotfiles-d340fdda7e8319e068667248b1bb31bbb5ffc7b6.tar.gz dotfiles-d340fdda7e8319e068667248b1bb31bbb5ffc7b6.tar.xz dotfiles-d340fdda7e8319e068667248b1bb31bbb5ffc7b6.zip |
bind magit-status if available on <f5>
Diffstat (limited to '')
-rw-r--r-- | emacs | 3 | ||||
-rw-r--r-- | emacs.elc | bin | 20553 -> 20612 bytes |
2 files changed, 3 insertions, 0 deletions
@@ -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)) Binary files differ |