Commit 053725c0406c

Vincent Demeester <vincent@sbr.pm>
2016-03-20 11:49:35
Add magit-gh-pulls
To be able to list, view and checkout github pull request
1 parent e591b09
Changed files (1)
.emacs.d
.emacs.d/emacs.org
@@ -1502,6 +1502,16 @@
          (setq magit-last-seen-setup-instructions "2.1.0"))
      #+end_src
 
+     Add magit github pull request support.
+
+
+     #+BEGIN_SRC emacs-lisp
+       (use-package magit-gh-pulls
+         :ensure t
+         :config
+         (add-hook 'magit-mode-hook 'turn-on-magit-gh-pulls))
+     #+END_SRC
+
 
 **** git fringe decoration