refactor(hy): remove redundant mode/interpreter entries

These are set by the package's autoloads.
This commit is contained in:
Henrik Lissner
2025-05-15 17:47:27 +02:00
parent fabce333e0
commit 621ea4d56c

View File

@ -1,8 +1,7 @@
;;; lang/hy/config.el -*- lexical-binding: t; -*-
(use-package! hy-mode
:mode "\\.hy\\'"
:interpreter "hy"
:defer t
:config
(set-repl-handler! 'hy-mode #'hy-shell-start-or-switch-to-shell)
(set-formatter! 'lisp-indent #'apheleia-indent-lisp-buffer :modes '(hy-mode))