Skip to content

Commit

Permalink
Improve magithub.
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Sep 17, 2018
1 parent db81199 commit d3e60e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lisp/init-vcs.el
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,11 @@

;; Github integration
(use-package magithub
:after magit
:init
(magithub-feature-autoinject t)
(setq magithub-api-timeout 5)
(magithub-feature-autoinject t))
(setq magithub-clone-default-directory "~/workspace"))

;; Gitflow externsion for Magit
(use-package magit-gitflow
Expand Down

0 comments on commit d3e60e7

Please sign in to comment.