mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 20:15:25 -06:00
gnu: emacs-gerbil-mode: Use '#:lisp-directory'.
* gnu/packages/scheme.scm (emacs-gerbil-mode): Use '#:lisp-directory'. Change-Id: If6d2721b6a0124fa65e4f6eb59489c18d3f6fbf8 Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
This commit is contained in:
parent
e5b1ec68eb
commit
0b4c6510d1
1 changed files with 1 additions and 4 deletions
|
|
@ -1346,10 +1346,7 @@ time compilation and compiled macros.")
|
|||
(version "1.0")
|
||||
(build-system emacs-build-system)
|
||||
(arguments
|
||||
(list #:phases #~(modify-phases %standard-phases
|
||||
(add-before 'install 'change-directory
|
||||
(lambda _
|
||||
(chdir "etc"))))))
|
||||
(list #:lisp-directory "etc"))
|
||||
(synopsis "Emacs major-mode for editing Gerbil code")
|
||||
(description
|
||||
"Gerbil mode provides font-lock, indentation, navigation, and REPL for
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue