1

Remove SLY package

This commit is contained in:
Jessie Hildebrandt 2023-03-16 11:37:53 -04:00
parent bd44bea8ea
commit 7ef76e65db

26
init.el
View File

@ -1390,32 +1390,6 @@ DOCSTRING is an optional form that is discarded upon expansion."
:commands :commands
(restclient)) (restclient))
;; ---------------------------------- ;;
;; sly
;; ---------------------------------- ;;
(external-package sly
"Provides an interactive programming environment for Common Lisp."
:custom
(inferior-lisp-program (executable-find "sbcl") "Set SBCL as the default Common Lisp implementation")
(sly-mrepl-prompt-formatter (lambda (package nickname &rest args)
(concat nickname "")))
:commands
(sly)
:hook
(lisp-mode-hook . sly-mode))
;; ---------------------------------- ;;
;; sly-asdf
;; ---------------------------------- ;;
(external-package sly-asdf
"Adds support for editing ASDF systems within SLY."
:after
(sly)
:config
(add-to-list 'sly-contribs 'sly-asdf 'append))
;; ---------------------------------- ;; ;; ---------------------------------- ;;
;; string-inflection ;; string-inflection
;; ---------------------------------- ;; ;; ---------------------------------- ;;