lang/common-lisp: lazyload sly-repl-ansi-color #1032
This commit is contained in:
parent
72bf089249
commit
38d0d88018
1 changed files with 4 additions and 2 deletions
|
@ -244,6 +244,8 @@ bin/doom while packages at compile-time (not a runtime though)."
|
|||
"gR" 'sly-recompile-all-xrefs
|
||||
"r" 'sly-xref-retract)))
|
||||
|
||||
|
||||
(def-package! sly-repl-ansi-color
|
||||
:config
|
||||
(push 'sly-repl-ansi-color sly-contribs))
|
||||
:defer t
|
||||
:init
|
||||
(add-to-list 'sly-contribs 'sly-repl-ansi-color nil #'eq))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue