summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorDominik Kaiser2025-02-10 19:02:03 +0100
committerDominik Kaiser2025-02-10 19:02:03 +0100
commit266a272612b2179b19880ee8ec618cb41159d5b5 (patch)
treee0bc563d9060f1a4d9aa2920148c6e9bbb368a8e /init.el
parentf736d0fde09eb6ee0bba1ded3c98ef1ffe815701 (diff)
downloademacs-266a272612b2179b19880ee8ec618cb41159d5b5.tar.gz
emacs-266a272612b2179b19880ee8ec618cb41159d5b5.zip
Add magit
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")