2019-07-20 23:59:29 -05:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; lang/scheme/packages.el
|
|
|
|
|
2020-06-02 18:22:30 -04:00
|
|
|
(package! geiser :pin "0c86289d7b2af07e3653364219e00103c8540edf")
|
2020-06-11 13:16:33 +10:00
|
|
|
|
|
|
|
(when (featurep! :checkers syntax)
|
|
|
|
(package! flycheck-guile
|
|
|
|
:recipe (:host github :repo "flatwhatson/flycheck-guile")
|
|
|
|
:pin "f37b6143776d15b3e7907e7621f6f96f8b1aec48"))
|