magit: Discourage pulling

IMO one should separate the tasks of fetching and merging/rebasing,
which means we shouldn't make it *easier* to pull, obviously.
This commit is contained in:
Jonas Bernoulli
2019-12-08 00:48:24 +01:00
parent 01e96a06aa
commit 1a4c3c0c9b

View File

@@ -136,9 +136,6 @@
:bind (("C-x g" . magit-status)
("C-x M-g" . magit-dispatch))
:config
(setq magit-pull-or-fetch t)
(define-key magit-mode-map "f" 'magit-pull)
(define-key magit-mode-map "F" nil)
(define-key magit-file-mode-map (kbd "C-c g") 'magit-file-dispatch)
;;
;; Disable safety nets