From fc94544b3ca89c706323997a5ed39f03f56b102b Mon Sep 17 00:00:00 2001 From: Ashley Duckworth Date: Sat, 23 Jan 2021 15:00:59 -0600 Subject: Add auth-source to magit-process-find-password-functions --- config.org | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'config.org') diff --git a/config.org b/config.org index 8323986..e0d9a6a 100644 --- a/config.org +++ b/config.org @@ -1451,6 +1451,15 @@ that one item is. (define-key acdw/leader "g" #'magit-status) #+end_src +**** Use =~/.authinfo= for passwords + +The =auth-info= line should look like this: + +#+begin_src emacs-lisp :noweb-ref settings + (setq-default magit-process-find-password-functions + '(magit-process-password-auth-source)) +#+end_src + **** Windows setup Following the [[https://github.com/magit/magit/wiki/Pushing-with-Magit-from-Windows][wiki page located here]]. Also make sure to run the -- cgit 1.4.1-21-gabe81