mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: emacs-fountain-mode: Add contributed theme.
* gnu/packages/emacs-xyz.scm (emacs-fountain-mode)[arguments]: Install Elisp file located in the "contrib" sub-directory.
This commit is contained in:
parent
b2684adc11
commit
f81a6f5be8
1 changed files with 6 additions and 0 deletions
|
@ -5125,6 +5125,12 @@ (define-public emacs-fountain-mode
|
|||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
(base32 "0mml0in6xxhfv4mdb7rl9k8m6xwmrjl5bb301p8d56sfng982pdl"))))
|
||||
(arguments
|
||||
(list
|
||||
#:phases #~(modify-phases %standard-phases
|
||||
(add-after 'unpack 'add-contrib
|
||||
(lambda _
|
||||
(copy-recursively "contrib" "."))))))
|
||||
(build-system emacs-build-system)
|
||||
(home-page "https://github.com/rnkn/fountain-mode")
|
||||
(synopsis "Major mode for screenwriting in Fountain markup")
|
||||
|
|
Loading…
Reference in a new issue