mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
refactor(hy): remove redundant mode/interpreter entries
These are set by the package's autoloads.
This commit is contained in:
@ -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))
|
||||
|
Reference in New Issue
Block a user