From 4689b0c4b39e010a3b52087eef174fd7014e9d98 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Wed, 9 Nov 2016 14:59:35 +0100 Subject: Add magithub to magit configuration --- emacs/.emacs.d/init/oni-magit-init.org | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'emacs') diff --git a/emacs/.emacs.d/init/oni-magit-init.org b/emacs/.emacs.d/init/oni-magit-init.org index 217d45c..7981a77 100644 --- a/emacs/.emacs.d/init/oni-magit-init.org +++ b/emacs/.emacs.d/init/oni-magit-init.org @@ -8,6 +8,13 @@ Magit is a very nice interface to Git for Emacs. It allows you to do just about anything with Git without leaving the comfort of your Emacs session. +Integrate github issues and pull requests in Magit. Requires the =hub= +executable. + +#+BEGIN_SRC emacs-lisp + (require 'magithub) +#+END_SRC + Show refined diffs in magit. This makes it much easier to see /what/ has changed on a line. -- cgit v1.2.3-54-g00ecf