From 042bde5e88ed6b737e1df9838e1c239d64f765f1 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Tue, 9 Mar 2021 17:47:46 +0100 Subject: [PATCH] Add paradox for more beautiful package management experience --- configuration.org | 18 +++++++++++++++++- customizations.el | 1 + 2 files changed, 18 insertions(+), 1 deletion(-) diff --git a/configuration.org b/configuration.org index 72804be..07c02ef 100644 --- a/configuration.org +++ b/configuration.org @@ -2490,6 +2490,23 @@ beats the Web in a lot of aspects. (use-package tidal) #+END_SRC +** Paradox, for better package management + +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"))) + :custom + (paradox-lines-per-entry 2) + (paradox-automatically-star t) + :bind + (:map gpolonkai/pers-map + ("C-p" . paradox-list-packages))) +#+end_src + * Dired related packages ** Collapse directories that only contain one file somewhere deep @@ -3662,7 +3679,6 @@ With the new Transient package it will be easier. I just don’t know how to us ("h" . hidden-mode-line-mode) ("C-i e" . "gergely@polonkai.eu") ("C-i w" . "http://gergely.polonkai.eu/") - ("C-p" . package-list-packages) ("o i" . gpolonkai/visit-init-file) ("o o" . gpolonkai/visit-org-index) ("u" . browse-url-at-point) diff --git a/customizations.el b/customizations.el index 6db0efc..ceea088 100644 --- a/customizations.el +++ b/customizations.el @@ -180,6 +180,7 @@ pacfiles-mode package-build page-break-lines + paradox phi-search phi-search-mc pipenv