diff --git a/modules/lang/hy/config.el b/modules/lang/hy/config.el index aac5bcdc1..e17b868d8 100644 --- a/modules/lang/hy/config.el +++ b/modules/lang/hy/config.el @@ -5,4 +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-company-backend! 'hy-mode 'company-hy))