summary refs log tree commit diff stats
diff options
context:
space:
mode:
-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