summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs3
-rw-r--r--emacs.elcbin20553 -> 20612 bytes
2 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))
diff --git a/emacs.elc b/emacs.elc
index 354aa75..8d544bb 100644
--- a/emacs.elc
+++ b/emacs.elc
Binary files differ