Skip to content

Commit

Permalink
[git] Defer orgit package
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhan0 authored and syl20bnr committed Dec 5, 2018
1 parent 45276bd commit 5b2e969
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion layers/+source-control/git/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,9 @@ Press [_b_] again to blame further in the history, [_q_] to go up or quit."
(spacemacs|diminish magit-svn-mode "SVN")
(define-key magit-mode-map "~" 'magit-svn-popup))))

(defun git/init-orgit ())
(defun git/init-orgit ()
(use-package orgit
:defer t))

(defun git/init-smeargle ()
(use-package smeargle
Expand Down

0 comments on commit 5b2e969

Please sign in to comment.