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 +++ emacs.elc | Bin 20553 -> 20612 bytes 2 files changed, 3 insertions(+) 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)) diff --git a/emacs.elc b/emacs.elc index 354aa75..8d544bb 100644 Binary files a/emacs.elc and b/emacs.elc differ -- cgit v1.2.3