From e5b9c487fc49d78b34ffa11609776564fdfc7971 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 2f32b74..d0d947a 100755 --- a/init.el +++ b/init.el @@ -410,3 +410,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