Elisp auto-formatter
This commit is contained in:
parent
a5c5d40fa6
commit
be5faac2bb
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user