.
This commit is contained in:
parent
8b0658d8af
commit
7c56a368f0
4 changed files with 8 additions and 2 deletions
|
@ -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
1
zilti/packages/.envrc
Normal file
|
@ -0,0 +1 @@
|
|||
use guix chicken-rss
|
|
@ -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:))
|
||||
|
||||
|
|
4
zilti/packages/egg-generator.scm
Normal file
4
zilti/packages/egg-generator.scm
Normal file
|
@ -0,0 +1,4 @@
|
|||
;; -*- geiser-scheme-implementation: chicken; mode: scheme; -*-
|
||||
|
||||
(import (rss))
|
||||
|
Loading…
Reference in a new issue