lang/common-lisp: fix comapny in sly repl
This commit is contained in:
parent
ce1198f23d
commit
7a2bad551c
1 changed files with 2 additions and 0 deletions
|
@ -14,6 +14,8 @@
|
||||||
(set-lookup-handlers! 'lisp-mode
|
(set-lookup-handlers! 'lisp-mode
|
||||||
:definition #'sly-edit-definition
|
:definition #'sly-edit-definition
|
||||||
:documentation #'sly-describe-symbol)
|
:documentation #'sly-describe-symbol)
|
||||||
|
(set-company-backend! 'sly-mrepl-mode
|
||||||
|
'(company-capf :with company-files))
|
||||||
|
|
||||||
(add-hook 'lisp-mode-hook #'rainbow-delimiters-mode)
|
(add-hook 'lisp-mode-hook #'rainbow-delimiters-mode)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue