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