mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-06 15:13:33 -05:00
fix(format): use correct lisp format function
`apheleia--indent-lisp-buffer` does not exist. Ref: #6369
This commit is contained in:
committed by
Henrik Lissner
parent
a234d8e9c0
commit
5efec260ef
@@ -5,5 +5,5 @@
|
||||
:interpreter "hy"
|
||||
:config
|
||||
(set-repl-handler! 'hy-mode #'hy-shell-start-or-switch-to-shell)
|
||||
(set-formatter! 'lisp-indent #'apheleia--indent-lisp-buffer :modes '(hy-mode))
|
||||
(set-formatter! 'lisp-indent #'apheleia-indent-lisp-buffer :modes '(hy-mode))
|
||||
(set-company-backend! 'hy-mode 'company-hy))
|
||||
|
Reference in New Issue
Block a user