Add magithub to magit configuration

This commit is contained in:
Tom Willemse 2016-11-09 14:59:35 +01:00
parent c8f73dedb2
commit 4689b0c4b3

View file

@ -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 just about anything with Git without leaving the comfort of your Emacs
session. 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/ Show refined diffs in magit. This makes it much easier to see /what/
has changed on a line. has changed on a line.