mirror of
https://github.com/pestctrl/emacs-config.git
synced 2026-02-16 08:14:15 +00:00
Initialize keychain first!
This commit is contained in:
parent
f0733bbef3
commit
e50fa3e7e0
1 changed files with 3 additions and 3 deletions
|
|
@ -191,15 +191,15 @@ With a universal argument, prompt to specify which key."
|
|||
(add-hook 'git-auto-commit-mode-hook
|
||||
#'rb/ssh-add)
|
||||
|
||||
(add-hook 'git-auto-commit-mode-hook
|
||||
#'keychain-refresh-environment)
|
||||
|
||||
(add-hook 'git-auto-commit-mode-hook
|
||||
#'gac-use-magit-fetch)
|
||||
|
||||
(add-hook 'git-auto-commit-mode-hook
|
||||
#'gac-after-save-func t t)
|
||||
|
||||
(add-hook 'git-auto-commit-mode-hook
|
||||
#'keychain-refresh-environment)
|
||||
|
||||
(add-to-list 'safe-local-variable-values
|
||||
'(gac-automatically-push-p . t))
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue