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)