diff options
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs | 3 |
1 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)) |