diff options
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 |