From fe97daac36bb4cdf421bfefd7577a7748a650aa7 Mon Sep 17 00:00:00 2001 From: Laurens Miers Date: Tue, 6 Jun 2023 10:38:35 +0200 Subject: [PATCH] feat: remove paradox No longer maintained, never really used it and using elpaca now --- config.org | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/config.org b/config.org index 6e6079d..c073146 100644 --- a/config.org +++ b/config.org @@ -98,7 +98,6 @@ - [[#old-stuff-maybe-usefull-for-lookup-later][Old stuff, maybe usefull for lookup later]] - [[#diff-mode-stuff][Diff mode stuff]] - [[#speedbar][Speedbar]] -- [[#paradox][Paradox]] - [[#exwm][EXWM]] - [[#transparency][Transparency]] - [[#debugging][Debugging]] @@ -1659,23 +1658,6 @@ https://github.com/kyagi/shell-pop-el ;; (provide 'setup-speedbar) #+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 Arandr config is still too static, should find a way to simplify this.