doomemacs/modules/lang/hy/config.el

9 lines
229 B
EmacsLisp
Raw Normal View History

2017-06-24 18:07:54 +02:00
;;; 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))