diff --git a/modules/lang/hy/config.el b/modules/lang/hy/config.el index a3a8007a2..bc106c784 100644 --- a/modules/lang/hy/config.el +++ b/modules/lang/hy/config.el @@ -1,4 +1,8 @@ ;;; lang/hy/config.el -*- lexical-binding: t; -*- (def-package! hy-mode - :mode "\\.hy$") + :mode "\\.hy$" + :interpreter "hy" + :config + (set! :repl 'hy-mode #'hy-shell-start-or-switch-to-shell) + (set! :company-backend 'hy-mode '(company-hy)))