aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--emacs/.emacs.d/init/oni-magit-init.org7
1 files changed, 7 insertions, 0 deletions
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.