mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-08-10 18:11:13 +10:00
7 lines
291 B
EmacsLisp
7 lines
291 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; lang/common-lisp/packages.el
|
|
|
|
(when (package! sly :pin "34239bc5954ef41a4db49144925290dc794a6c4d")
|
|
(package! sly-macrostep :pin "5113e4e926cd752b1d0bcc1508b3ebad5def5fad")
|
|
(package! sly-repl-ansi-color :pin "b9cd52d1cf927bf7e08582d46ab0bcf1d4fb5048"))
|