This commit is contained in:
Daniel Ziltener 2023-12-28 16:14:20 +01:00
parent 8b0658d8af
commit 7c56a368f0
Signed by: zilti
GPG Key ID: B38976E82C9DAE42
4 changed files with 8 additions and 2 deletions

View File

@ -1,4 +1,3 @@
;;; SPDX-License-Identifier: GPL-3.0-or-later
((nil . ((sentence-end-double-space . t)))
(scheme-mode . ((geiser-active-implementations . (guile))
(geiser-guile-binary . ("guix" "repl")))))
(scheme-mode . ((geiser-guile-binary . ("guix" "repl")))))

1
zilti/packages/.envrc Normal file
View File

@ -0,0 +1 @@
use guix chicken-rss

View File

@ -1,3 +1,4 @@
;; -*- geiser-scheme-implementation: guile; mode: scheme; -*-
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2020 Ekaitz Zarraga <ekaitz@elenq.tech>
;;; Copyright © 2020 Evan Hanson <evhan@foldling.org>
@ -27,6 +28,7 @@
#:use-module (guix git-download)
#:use-module (guix svn-download)
#:use-module (gnu packages commencement)
#:use-module (gnu packages chicken)
#:use-module ((guix licenses)
#:prefix license:))

View File

@ -0,0 +1,4 @@
;; -*- geiser-scheme-implementation: chicken; mode: scheme; -*-
(import (rss))