Updating Doom Emacs.

This commit is contained in:
Derek Taylor
2020-06-19 22:43:40 -05:00
parent 0f664d532a
commit a5c86c514a
453 changed files with 13527 additions and 12455 deletions

View File

@@ -1,4 +1,9 @@
;; -*- no-byte-compile: t; -*-
;;; lang/scheme/packages.el
(package! geiser)
(package! geiser :pin "0c86289d7b2af07e3653364219e00103c8540edf")
(when (featurep! :checkers syntax)
(package! flycheck-guile
:recipe (:host github :repo "flatwhatson/flycheck-guile")
:pin "f37b6143776d15b3e7907e7621f6f96f8b1aec48"))