Add paradox for more beautiful package management experience
This commit is contained in:
parent
86b6171a95
commit
042bde5e88
@ -2490,6 +2490,23 @@ beats the Web in a lot of aspects.
|
|||||||
(use-package tidal)
|
(use-package tidal)
|
||||||
#+END_SRC
|
#+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
|
* Dired related packages
|
||||||
|
|
||||||
** Collapse directories that only contain one file somewhere deep
|
** 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)
|
("h" . hidden-mode-line-mode)
|
||||||
("C-i e" . "gergely@polonkai.eu")
|
("C-i e" . "gergely@polonkai.eu")
|
||||||
("C-i w" . "http://gergely.polonkai.eu/")
|
("C-i w" . "http://gergely.polonkai.eu/")
|
||||||
("C-p" . package-list-packages)
|
|
||||||
("o i" . gpolonkai/visit-init-file)
|
("o i" . gpolonkai/visit-init-file)
|
||||||
("o o" . gpolonkai/visit-org-index)
|
("o o" . gpolonkai/visit-org-index)
|
||||||
("u" . browse-url-at-point)
|
("u" . browse-url-at-point)
|
||||||
|
@ -180,6 +180,7 @@
|
|||||||
pacfiles-mode
|
pacfiles-mode
|
||||||
package-build
|
package-build
|
||||||
page-break-lines
|
page-break-lines
|
||||||
|
paradox
|
||||||
phi-search
|
phi-search
|
||||||
phi-search-mc
|
phi-search-mc
|
||||||
pipenv
|
pipenv
|
||||||
|
Loading…
Reference in New Issue
Block a user