From 7539beb35800aa69ad4b3c4f4a47dbe597a7e3f4 Mon Sep 17 00:00:00 2001 From: Gianni Ceccarelli Date: Wed, 26 Jun 2019 16:47:45 +0100 Subject: use magit-git-flow --- init.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/init.el b/init.el index 28d97af..583082f 100755 --- a/init.el +++ b/init.el @@ -404,3 +404,8 @@ ; from one of those packages here; see also ; https://www.emacswiki.org/emacs/ELPA (add-hook 'after-init-hook 'unicode-fonts-setup) +(add-hook 'after-init-hook (lambda () + (progn + (require 'magit-gitflow) + (add-hook 'magit-mode-hook 'turn-on-magit-gitflow)))) + -- cgit v1.2.3