lang/hy: set :repl, :company-backend & :interpreter
This commit is contained in:
parent
373d4f25b5
commit
871883cd89
1 changed files with 5 additions and 1 deletions
|
@ -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)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue