diff --git a/lisp/mitch-packages.el b/lisp/mitch-packages.el index a631cb3..d969bc2 100644 --- a/lisp/mitch-packages.el +++ b/lisp/mitch-packages.el @@ -1183,6 +1183,10 @@ This is redefined for use with `hypop' library because multiple Emacs frames may (eaf-browser-continue-where-left-off t) (eaf-browser-enable-adblocker t))) +(use-package dtache + :elpaca (:url "https://gitlab.com/niklaseklund/dtache") + :hook (after-init . dtache-setup)) + (use-package oauth :elpaca (:fetcher codeberg :repo "https://codeberg.org/martianh/emacs-oauth"