From d340fdda7e8319e068667248b1bb31bbb5ffc7b6 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Wed, 27 Jan 2010 18:44:16 +0100 Subject: bind magit-status if available on --- emacs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'emacs') 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 ) +(when (fboundp 'magit-status) (global-set-key (kbd "") 'magit-status)) -- cgit v1.2.3