mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-gerbil-mode: Move to scheme.scm.
This fixes a bug due to a top-level circular reference: $ guix show scheme48 [...] ice-9/boot-9.scm:1685:16: In procedure raise-exception: error: gerbil: unbound variable * gnu/packages/emacs-xyz.scm (emacs-gerbil-mode): Move to... * gnu/packages/scheme.scm (emacs-gerbil-mode): ... here.
This commit is contained in:
parent
1be5bf5604
commit
fbea62f829
2 changed files with 17 additions and 16 deletions
|
@ -36259,22 +36259,6 @@ audio volume via amixer.")
|
|||
Fennel code within Emacs.")
|
||||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-gerbil-mode
|
||||
(package
|
||||
(inherit gerbil)
|
||||
(name "emacs-gerbil-mode")
|
||||
(version "1.0")
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list #:phases #~(modify-phases %standard-phases
|
||||
(add-before 'install 'change-directory
|
||||
(lambda _
|
||||
(chdir "etc"))))))
|
||||
(synopsis "Emacs major-mode for editing Gerbil code")
|
||||
(description
|
||||
"Gerbil mode provides font-lock, indentation, navigation, and REPL for
|
||||
Gerbil code within Emacs.")))
|
||||
|
||||
(define-public emacs-org-modern
|
||||
(package
|
||||
(name "emacs-org-modern")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue