mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-07-26 11:24:25 -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
|
(use-package magit
|
||||||
:defer t
|
:defer t
|
||||||
:commands (magit-add-section-hook)
|
:commands (magit-add-section-hook)
|
||||||
|
:init
|
||||||
;;
|
;;
|
||||||
;; Key bindings
|
;; Key bindings
|
||||||
:bind (("C-c g" . magit-dispatch)
|
(setq magit-define-global-key-bindings 'recommended)
|
||||||
("C-c f" . magit-file-dispatch))
|
|
||||||
;;
|
;;
|
||||||
;; Margin settings
|
;; Margin settings
|
||||||
:init
|
|
||||||
(setq magit-log-margin '(nil age magit-log-margin-width nil 15))
|
(setq magit-log-margin '(nil age magit-log-margin-width nil 15))
|
||||||
(setq magit-refs-margin-for-tags t)
|
(setq magit-refs-margin-for-tags t)
|
||||||
;;
|
;;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user