lang/common-lisp: replace slime with sly

Also add sly server auto-start and cleanup hooks.
This commit is contained in:
Henrik Lissner 2018-06-13 22:14:22 +02:00
parent 8889d5cc2b
commit 6a6652d394
2 changed files with 27 additions and 17 deletions

View file

@ -1,6 +1,5 @@
;; -*- no-byte-compile: t; -*-
;;; lang/common-lisp/packages.el
(package! slime)
(when (featurep! :completion company)
(package! slime-company))
(package! sly)
(package! sly-macrostep)