From 34222ea85310ca93e8d4190893b1481befbd5b32 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Thu, 18 Mar 2021 06:22:24 +0100 Subject: [PATCH] Get GitHub token for Paradox from password-store instead of authinfo --- configuration.org | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configuration.org b/configuration.org index 43359b4..4c0a24b 100644 --- a/configuration.org +++ b/configuration.org @@ -2439,8 +2439,7 @@ I don’t always use the package menu, but when i do, i want to do it in style #+begin_src emacs-lisp (use-package paradox :config - (setq paradox-github-token - (cadr(auth-source-user-and-password "api.github.com" "gergelypolonkai^paradox"))) + (setq paradox-github-token (password-store-get "github.com/paradox")) :custom (paradox-lines-per-entry 2) (paradox-automatically-star t)