diff options
author | Case Duckworth | 2020-12-01 22:00:39 -0600 |
---|---|---|
committer | Case Duckworth | 2020-12-01 22:00:39 -0600 |
commit | e94756ec665a16fc35cfdfd397782520c29e346d (patch) | |
tree | 18d4ec763a284dd16bfe3254e8215b597bcb491f | |
parent | Change org-ellipsis (diff) | |
download | emacs-e94756ec665a16fc35cfdfd397782520c29e346d.tar.gz emacs-e94756ec665a16fc35cfdfd397782520c29e346d.zip |
Add auth-sources to magit
I have to input my username, but then it picks my password up from auth-sources.
-rw-r--r-- | config.org | 5 |
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= |