Disable autoload of magit-gitflow

This commit is contained in:
RealStickman 2023-04-06 08:21:40 +02:00
parent 3cb3990fc3
commit 2db8a759e5

View File

@ -62,8 +62,8 @@
projectile-project-search-path '("~/GitProjects/"))
;; autoload magit
(require 'magit-gitflow)
(add-hook 'magit-mode-hook 'turn-on-magit-gitflow)
;(require 'magit-gitflow)
;(add-hook 'magit-mode-hook 'turn-on-magit-gitflow)
(setq hl-todo-keyword-faces
'(("TODO" . "#EACD4B")