2019-07-20 23:59:29 -05:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; lang/scheme/packages.el
|
|
|
|
|
2020-12-03 11:05:54 +10:00
|
|
|
(package! geiser :pin "cd00be69b26e6fd748b183d127d8b6f4c91ba622")
|
2020-06-11 13:16:33 +10:00
|
|
|
|
|
|
|
(when (featurep! :checkers syntax)
|
|
|
|
(package! flycheck-guile
|
|
|
|
:recipe (:host github :repo "flatwhatson/flycheck-guile")
|
2020-12-03 11:05:54 +10:00
|
|
|
:pin "e46d6e5453dd7471309fae6549445c48e6d8f340"))
|