summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rwxr-xr-xinit.el5
1 files changed, 5 insertions, 0 deletions
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))))
+