mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-06 02:30:33 -08:00
refactor(hy): remove redundant mode/interpreter entries
These are set by the package's autoloads.
This commit is contained in:
parent
fabce333e0
commit
621ea4d56c
1 changed files with 1 additions and 2 deletions
|
|
@ -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))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue