Merge branch 'layer/magit-directors-cut' into layer/all

This commit is contained in:
Jonas Bernoulli
2019-12-08 00:50:24 +01:00
4 changed files with 3 additions and 6 deletions

View File

@@ -154,9 +154,6 @@
:bind (("C-x g" . magit-status) :bind (("C-x g" . magit-status)
("C-x M-g" . magit-dispatch)) ("C-x M-g" . magit-dispatch))
:config :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) (define-key magit-file-mode-map (kbd "C-c g") 'magit-file-dispatch)
;; ;;
;; Disable safety nets ;; Disable safety nets