Autoload magit gitflow
This commit is contained in:
parent
1294de01ee
commit
162b4bdad2
@ -58,3 +58,7 @@
|
||||
|
||||
(setq
|
||||
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