mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-07-25 10:55:57 -04:00
magit: Update setup of recommended key bindings
This commit is contained in:
parent
aabbb0eed1
commit
18d301cdea
5
init.el
5
init.el
@ -146,13 +146,12 @@
|
||||
(use-package magit
|
||||
:defer t
|
||||
:commands (magit-add-section-hook)
|
||||
:init
|
||||
;;
|
||||
;; Key bindings
|
||||
:bind (("C-c g" . magit-dispatch)
|
||||
("C-c f" . magit-file-dispatch))
|
||||
(setq magit-define-global-key-bindings 'recommended)
|
||||
;;
|
||||
;; Margin settings
|
||||
:init
|
||||
(setq magit-log-margin '(nil age magit-log-margin-width nil 15))
|
||||
(setq magit-refs-margin-for-tags t)
|
||||
;;
|
||||
|
Loading…
x
Reference in New Issue
Block a user