From 3b598b9d5c10adc25dfb0a50d66d0e32a8f321ef Mon Sep 17 00:00:00 2001 From: Ashley Duckworth Date: Sat, 23 Jan 2021 15:06:14 -0600 Subject: Change the variable to a hook --- config.org | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'config.org') diff --git a/config.org b/config.org index e0d9a6a..20a0754 100644 --- a/config.org +++ b/config.org @@ -1455,9 +1455,13 @@ that one item is. 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)) +#+begin_example + +#+end_example + +#+begin_src emacs-lisp :noweb-ref hooks + (add-hook 'magit-process-find-password-functions + #'magit-process-password-auth-source) #+end_src **** Windows setup -- cgit 1.4.1-21-gabe81