Disable autoload of magit-gitflow
This commit is contained in:
parent
3cb3990fc3
commit
2db8a759e5
@ -62,8 +62,8 @@
|
|||||||
projectile-project-search-path '("~/GitProjects/"))
|
projectile-project-search-path '("~/GitProjects/"))
|
||||||
|
|
||||||
;; autoload magit
|
;; autoload magit
|
||||||
(require 'magit-gitflow)
|
;(require 'magit-gitflow)
|
||||||
(add-hook 'magit-mode-hook 'turn-on-magit-gitflow)
|
;(add-hook 'magit-mode-hook 'turn-on-magit-gitflow)
|
||||||
|
|
||||||
(setq hl-todo-keyword-faces
|
(setq hl-todo-keyword-faces
|
||||||
'(("TODO" . "#EACD4B")
|
'(("TODO" . "#EACD4B")
|
||||||
|
Loading…
Reference in New Issue
Block a user