diff --git a/lisp/mitch-packages.el b/lisp/mitch-packages.el index a9d1b28..a631cb3 100644 --- a/lisp/mitch-packages.el +++ b/lisp/mitch-packages.el @@ -1183,5 +1183,18 @@ 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 oauth + :elpaca (:fetcher codeberg + :repo "https://codeberg.org/martianh/emacs-oauth" + :url "https://codeberg.org/martianh/emacs-oauth") + :custom (oauth-nonce-function 'oauth-internal-make-nonce)) +;; (elpaca-wait) +(use-package tumblesocks + :elpaca (:fetcher codeberg + :repo "https://codeberg.org/gargle/tumblesocks" + :url "https://codeberg.org/gargle/tumblesocks") + :custom (tumblesocks-blog "mirqmarq428.tumblr.com") + ) + (provide 'mitch-packages) ;;; mitch-packages.el ends here