summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/init.el b/init.el
index 9e3abf9..990bcec 100644
--- a/init.el
+++ b/init.el
@@ -76,4 +76,9 @@
(use-package counsel-projectile
:config (counsel-projectile-mode))
+(use-package magit
+ :commands (magit-status magit-get-current-branch)
+ :custom
+ (magit-display-buffer-function #'magit-display-buffer-same-window-except-diff-v1))
+
(load "~/.config/emacs/42header.el")