Files
dtos-dotfiles/.emacs.d/modules/lang/hy/config.el
2019-12-16 20:21:19 -06:00

9 lines
236 B
EmacsLisp

;;; lang/hy/config.el -*- lexical-binding: t; -*-
(use-package! hy-mode
:mode "\\.hy\\'"
:interpreter "hy"
:config
(set-repl-handler! 'hy-mode #'hy-shell-start-or-switch-to-shell)
(set-company-backend! 'hy-mode 'company-hy))