Elisp auto-formatter

This commit is contained in:
MitchMarq42 2023-02-08 14:03:24 -09:00
parent a5c5d40fa6
commit be5faac2bb

View File

@ -817,6 +817,12 @@ Return nil if DIR is not in a hugo project at all."
(elpaca-use-package highlight-defined (elpaca-use-package highlight-defined
:hook (emacs-lisp-mode . highlight-defined-mode)) :hook (emacs-lisp-mode . highlight-defined-mode))
(elpaca-use-package relint) (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? ;; Shell linting?
(elpaca-use-package flymake (elpaca-use-package flymake