Skip to content

Commit

Permalink
feat(lisp): additional Common Lisp packages
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Jun 12, 2023
1 parent c7c882f commit 128cd50
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions modules/me-lisp.el
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,21 @@
"rn" #'sly-mrepl-new
"rq" #'sly-quit-lisp))

(use-package sly-quicklisp
:straight t
:after sly
:demand t)

(use-package sly-asdf
:straight t
:after sly
:demand t)

(use-package sly-repl-ansi-color
:straight t
:after sly
:demand t)

;; Scheme
(use-package racket-mode
:straight t)
Expand Down

0 comments on commit 128cd50

Please sign in to comment.