aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dot.emacs.d/init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/dot.emacs.d/init.el b/dot.emacs.d/init.el
index dd12fbf..ee2a5cc 100644
--- a/dot.emacs.d/init.el
+++ b/dot.emacs.d/init.el
@@ -57,6 +57,10 @@
:config (projectile-mode 1)
:bind-keymap ("C-c p" . projectile-command-map))
+(use-package magit
+ :bind ("C-x g" . #'magit-status)
+ :config (setq global-magit-file-mode t))
+
(use-package ace-window
:bind ("M-o" . ace-window))