summary refs log tree commit diff
path: root/emacs.d/inits/50_git.el
blob: 7ce259c0b80ed767116e35359d7fa2a6cd2b3b3e (plain) (blame)
1
2
3
4
5
6
(use-package magit
  :ensure t
  :bind ("C-x g" . magit-status)
  :config
  (progn
    (setenv "GIT_PAGER" "")))