about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--config.org5
1 files changed, 4 insertions, 1 deletions
diff --git a/config.org b/config.org index b2a26fb..340383d 100644 --- a/config.org +++ b/config.org
@@ -1360,7 +1360,10 @@ The magical porcelain.
1360 :bind 1360 :bind
1361 ("C-x g" . magit-status) 1361 ("C-x g" . magit-status)
1362 :custom-update 1362 :custom-update
1363 (magit-no-confirm '(stage-all-changes))) 1363 (magit-no-confirm '(stage-all-changes))
1364 :config
1365 (add-hook 'magit-process-find-password-functions
1366 #'magit-process-password-auth-source))
1364#+end_src 1367#+end_src
1365 1368
1366*** Hook into =prescient= 1369*** Hook into =prescient=