doomemacs/modules/lang/hy/config.el
2018-02-14 07:47:22 -05:00

9 lines
230 B
EmacsLisp

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