feat: remove paradox

No longer maintained, never really used it and using elpaca now
This commit is contained in:
Laurens Miers 2023-06-06 10:38:35 +02:00
parent 0ef6bf0f3c
commit fe97daac36

View file

@ -98,7 +98,6 @@
- [[#old-stuff-maybe-usefull-for-lookup-later][Old stuff, maybe usefull for lookup later]] - [[#old-stuff-maybe-usefull-for-lookup-later][Old stuff, maybe usefull for lookup later]]
- [[#diff-mode-stuff][Diff mode stuff]] - [[#diff-mode-stuff][Diff mode stuff]]
- [[#speedbar][Speedbar]] - [[#speedbar][Speedbar]]
- [[#paradox][Paradox]]
- [[#exwm][EXWM]] - [[#exwm][EXWM]]
- [[#transparency][Transparency]] - [[#transparency][Transparency]]
- [[#debugging][Debugging]] - [[#debugging][Debugging]]
@ -1659,23 +1658,6 @@ 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
* EXWM * EXWM
Arandr config is still too static, should find a way to simplify this. Arandr config is still too static, should find a way to simplify this.