feat: remove paradox
No longer maintained, never really used it and using elpaca now
This commit is contained in:
parent
0ef6bf0f3c
commit
fe97daac36
1 changed files with 0 additions and 18 deletions
18
config.org
18
config.org
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue