summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorAshley Duckworth2021-01-23 15:00:59 -0600
committerAshley Duckworth2021-01-23 15:00:59 -0600
commitfc94544b3ca89c706323997a5ed39f03f56b102b (patch)
tree140b50612c47f01de31560b9ec995fa4af0fe8e7 /config.org
parentFork and correct cl dependency in font-utils and list-utils (diff)
downloademacs-fc94544b3ca89c706323997a5ed39f03f56b102b.tar.gz
emacs-fc94544b3ca89c706323997a5ed39f03f56b102b.zip
Add auth-source to magit-process-find-password-functions
Diffstat (limited to 'config.org')
-rw-r--r--config.org9
1 files changed, 9 insertions, 0 deletions
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.
1451 (define-key acdw/leader "g" #'magit-status) 1451 (define-key acdw/leader "g" #'magit-status)
1452#+end_src 1452#+end_src
1453 1453
1454**** Use =~/.authinfo= for passwords
1455
1456The =auth-info= line should look like this:
1457
1458#+begin_src emacs-lisp :noweb-ref settings
1459 (setq-default magit-process-find-password-functions
1460 '(magit-process-password-auth-source))
1461#+end_src
1462
1454**** Windows setup 1463**** Windows setup
1455 1464
1456Following the [[https://github.com/magit/magit/wiki/Pushing-with-Magit-from-Windows][wiki page located here]]. Also make sure to run the 1465Following the [[https://github.com/magit/magit/wiki/Pushing-with-Magit-from-Windows][wiki page located here]]. Also make sure to run the