X-Git-Url: https://code.delx.au/dotemacs/blobdiff_plain/be24e945280960522f330f56beed5299bad2f681..e7e86b440d1f35fb6a32d072fce38ddbc27dc98f:/lisp/my-vc.el diff --git a/lisp/my-vc.el b/lisp/my-vc.el index f05f2a3..a523d15 100644 --- a/lisp/my-vc.el +++ b/lisp/my-vc.el @@ -24,9 +24,6 @@ (require 'magit) (setq magit-completing-read-function 'ivy-completing-read) -(setq magit-display-file-buffer-function #'pop-to-buffer) -(setcdr magit-file-mode-map nil) -(global-magit-file-mode) (setq git-commit-finish-query-functions (delete #'git-commit-check-style-conventions git-commit-finish-query-functions))