diff --git a/configuration.org b/configuration.org index ab62384..6c76c35 100644 --- a/configuration.org +++ b/configuration.org @@ -2504,12 +2504,10 @@ 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 (password-store-get "github.com/paradox")) :custom (paradox-lines-per-entry 2) (paradox-automatically-star t) - (paradox-github-token (nth 1 (auth-source-user-and-password "api.github.com" "gergelypolonkai^paradox")))) + (paradox-github-token (nth 1 (auth-source-user-and-password "api.github.com" "gergelypolonkai^paradox"))) :bind (:map gpolonkai/pers-map ("C-p" . paradox-list-packages)))