aboutsummaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2016-11-09 14:59:35 +0100
committerGravatar Tom Willemse2016-11-09 14:59:35 +0100
commit4689b0c4b39e010a3b52087eef174fd7014e9d98 (patch)
tree4f48153547b0d7069c2481507e404b06bebb6e06 /emacs
parentc8f73dedb2a9796a07305a1d4f798b5041963816 (diff)
downloadnew-dotfiles-4689b0c4b39e010a3b52087eef174fd7014e9d98.tar.gz
new-dotfiles-4689b0c4b39e010a3b52087eef174fd7014e9d98.zip
Add magithub to magit configuration
Diffstat (limited to 'emacs')
-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.