mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Bump :lang scheme
jaor/geiser@8e61c27 -> emacs-geiser/geiser@aa26163 The upstream repo was moved. MELPA has since been updated so an explicit :recipe isn't strictly necessary, but I'll use it for the time being just to be sure (in case of outdated local melpa recipe repos).
This commit is contained in:
@ -1,7 +1,9 @@
|
|||||||
;; -*- no-byte-compile: t; -*-
|
;; -*- no-byte-compile: t; -*-
|
||||||
;;; lang/scheme/packages.el
|
;;; lang/scheme/packages.el
|
||||||
|
|
||||||
(package! geiser :pin "8e61c27b628373523b7c467d5f71aac8c873258b")
|
(package! geiser
|
||||||
|
:recipe (:host gitlab :repo "emacs-geiser/geiser")
|
||||||
|
:pin "aa26163aa81b5af3bc5bbf23bec8b5776de3a8bc")
|
||||||
|
|
||||||
(when (featurep! :checkers syntax)
|
(when (featurep! :checkers syntax)
|
||||||
(package! flycheck-guile
|
(package! flycheck-guile
|
||||||
|
Reference in New Issue
Block a user