(delete 'Git vc-handled-backends) (use-package magit :ensure t :bind ("C-x g" . magit-status) :config (progn (setq magit-completing-read-function 'ivy-completing-read) (setq magit-item-highlight-face 'bold) (setenv "GIT_PAGER" "")))