summary refs log tree commit diff
path: root/emacs.d
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.d')
-rw-r--r--emacs.d/inits/50_git.el13
1 files changed, 7 insertions, 6 deletions
diff --git a/emacs.d/inits/50_git.el b/emacs.d/inits/50_git.el
index 0e1007c..5968601 100644
--- a/emacs.d/inits/50_git.el
+++ b/emacs.d/inits/50_git.el
@@ -1,7 +1,8 @@
 (delete 'Git vc-handled-backends)
-;; (use-package magit
-;;   :ensure t
-;;   :bind ("C-x g" . magit-status)
-;;   :config
-;;   (progn
-;;     (setenv "GIT_PAGER" "")))
+
+(use-package magit
+  :ensure t
+  :bind ("C-x g" . magit-status)
+  :config
+  (progn
+    (setenv "GIT_PAGER" "")))