diff --git a/lisp/mitch-packages.el b/lisp/mitch-packages.el index d24125a..0519f1a 100644 --- a/lisp/mitch-packages.el +++ b/lisp/mitch-packages.el @@ -817,6 +817,12 @@ Return nil if DIR is not in a hugo project at all." (elpaca-use-package highlight-defined :hook (emacs-lisp-mode . highlight-defined-mode)) (elpaca-use-package relint) +(elpaca-use-package (elisp-autofmt + :host codeberg + :repo "ideasman42/emacs-elisp-autofmt" + :files ("*")) + :custom (elisp-autofmt-python-bin "/usr/bin/python3")) + ;; Shell linting? (elpaca-use-package flymake