Add magithub to magit configuration
This commit is contained in:
parent
c8f73dedb2
commit
4689b0c4b3
1 changed files with 7 additions and 0 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue