Autoload magit gitflow
This commit is contained in:
parent
1294de01ee
commit
162b4bdad2
@ -58,3 +58,7 @@
|
|||||||
|
|
||||||
(setq
|
(setq
|
||||||
projectile-project-search-path '("~/GitProjects/"))
|
projectile-project-search-path '("~/GitProjects/"))
|
||||||
|
|
||||||
|
;; autoload magit
|
||||||
|
(require 'magit-gitflow)
|
||||||
|
(add-hook 'magit-mode-hook 'turn-on-magit-gitflow)
|
||||||
|
Loading…
Reference in New Issue
Block a user