mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
lang/hy: set :repl, :company-backend & :interpreter
This commit is contained in:
@ -1,4 +1,8 @@
|
|||||||
;;; lang/hy/config.el -*- lexical-binding: t; -*-
|
;;; lang/hy/config.el -*- lexical-binding: t; -*-
|
||||||
|
|
||||||
(def-package! hy-mode
|
(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)))
|
||||||
|
Reference in New Issue
Block a user