Add paradox package menu
This commit is contained in:
parent
717ec9d388
commit
c65df83a20
1 changed files with 17 additions and 0 deletions
17
config.org
17
config.org
|
|
@ -1155,6 +1155,23 @@ https://github.com/kyagi/shell-pop-el
|
||||||
;; (provide 'setup-speedbar)
|
;; (provide 'setup-speedbar)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
|
* Paradox
|
||||||
|
|
||||||
|
Paradox is a more modern package menu.
|
||||||
|
It can update packages async, ...
|
||||||
|
|
||||||
|
https://github.com/Malabarba/paradox
|
||||||
|
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(use-package paradox
|
||||||
|
:ensure t
|
||||||
|
:init
|
||||||
|
(setq paradox-execute-asynchronously t)
|
||||||
|
:config
|
||||||
|
(paradox-enable)
|
||||||
|
)
|
||||||
|
#+END_SRC
|
||||||
|
|
||||||
* TODO
|
* TODO
|
||||||
|
|
||||||
stuff i need to look into:
|
stuff i need to look into:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue