mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 08:14:15 +00:00
Add the key first, then do a fetch
Otherwise, we get 2 key queries
This commit is contained in:
parent
9bca821216
commit
baff8abb73
1 changed files with 2 additions and 2 deletions
|
|
@ -189,10 +189,10 @@ With a universal argument, prompt to specify which key."
|
|||
(lambda (&rest args) (message "Remember to ssh-add!")))
|
||||
|
||||
(add-hook 'git-auto-commit-mode-hook
|
||||
#'rb/ssh-add)
|
||||
#'gac-use-magit-fetch)
|
||||
|
||||
(add-hook 'git-auto-commit-mode-hook
|
||||
#'gac-use-magit-fetch)
|
||||
#'rb/ssh-add)
|
||||
|
||||
(add-hook 'git-auto-commit-mode-hook
|
||||
#'gac-after-save-func t t)
|
||||
|
|
|
|||
Loading…
Reference in a new issue