|
|
@ -506,14 +506,12 @@ Quick navigation to words
|
|
|
|
(setenv "SSH_AUTH_SOCK" "/run/user/1000/keyring/ssh")
|
|
|
|
(setenv "SSH_AUTH_SOCK" "/run/user/1000/keyring/ssh")
|
|
|
|
|
|
|
|
|
|
|
|
(use-package magit
|
|
|
|
(use-package magit
|
|
|
|
:init
|
|
|
|
:bind
|
|
|
|
(progn
|
|
|
|
("C-x g" . magit-status)
|
|
|
|
(bind-key "C-x g" 'magit-status)
|
|
|
|
:config
|
|
|
|
)
|
|
|
|
(setq magit-status-margin
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(setq magit-status-margin
|
|
|
|
|
|
|
|
'(t "%Y-%m-%d %H:%M " magit-log-margin-width t 18))
|
|
|
|
'(t "%Y-%m-%d %H:%M " magit-log-margin-width t 18))
|
|
|
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
(use-package git-gutter
|
|
|
|
(use-package git-gutter
|
|
|
|
:init
|
|
|
|
:init
|
|
|
|