diff --git a/lisp/mitch-packages.el b/lisp/mitch-packages.el index 49a0f80..d24125a 100644 --- a/lisp/mitch-packages.el +++ b/lisp/mitch-packages.el @@ -1170,5 +1170,10 @@ Taken from https://howardism.org/Technical/Emacs/eshell-why.html" (elpaca-use-package haskell-mode) (elpaca-use-package yuck-mode) +(elpaca-use-package (klondike + :host codeberg + :repo "WammKD/Emacs-Klondike") + :commands klondike) + (provide 'mitch-packages) ;;; mitch-packages.el ends here