Get GitHub token for Paradox from password-store instead of authinfo
This commit is contained in:
parent
ebc2d58aa7
commit
34222ea853
@ -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
|
#+begin_src emacs-lisp
|
||||||
(use-package paradox
|
(use-package paradox
|
||||||
:config
|
:config
|
||||||
(setq paradox-github-token
|
(setq paradox-github-token (password-store-get "github.com/paradox"))
|
||||||
(cadr(auth-source-user-and-password "api.github.com" "gergelypolonkai^paradox")))
|
|
||||||
:custom
|
:custom
|
||||||
(paradox-lines-per-entry 2)
|
(paradox-lines-per-entry 2)
|
||||||
(paradox-automatically-star t)
|
(paradox-automatically-star t)
|
||||||
|
Loading…
Reference in New Issue
Block a user