mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Add emacs-orgit-forge.
* gnu/packages/emacs-xyz.scm (emacs-orgit-forge): New variable. Change-Id: I3c838daafb74e6efd5a40fb9aaa9a89f72485117 Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
parent
4dcf2959f5
commit
0efb2dc5b3
1 changed files with 27 additions and 0 deletions
|
@ -151,6 +151,7 @@
|
||||||
;;; Copyright © 2024 aurtzy <aurtzy@gmail.com>
|
;;; Copyright © 2024 aurtzy <aurtzy@gmail.com>
|
||||||
;;; Copyright © 2024 Olivier Rojon <o.rojon@posteo.net>
|
;;; Copyright © 2024 Olivier Rojon <o.rojon@posteo.net>
|
||||||
;;; Copyright © 2024 Divya Ranjan Pattanaik <divya@subvertising.org>
|
;;; Copyright © 2024 Divya Ranjan Pattanaik <divya@subvertising.org>
|
||||||
|
;;; Copyright © 2025 Arjan Adriaanse <arjan@adriaan.se>
|
||||||
;;; Copyright © 2025 Remco van 't Veer <remco@remworks.net>
|
;;; Copyright © 2025 Remco van 't Veer <remco@remworks.net>
|
||||||
;;; Copyright © 2025 Skylar Hill <stellarskylark@posteo.net>
|
;;; Copyright © 2025 Skylar Hill <stellarskylark@posteo.net>
|
||||||
;;; Copyright © 2025 Cayetano Santos <csantosb@inventati.org>
|
;;; Copyright © 2025 Cayetano Santos <csantosb@inventati.org>
|
||||||
|
@ -32917,6 +32918,32 @@ Later you can insert it into an Org buffer using the command
|
||||||
@code{org-insert-link}.")
|
@code{org-insert-link}.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
(define-public emacs-orgit-forge
|
||||||
|
(package
|
||||||
|
(name "emacs-orgit-forge")
|
||||||
|
(version "1.0.0")
|
||||||
|
(home-page "https://github.com/magit/orgit-forge")
|
||||||
|
(source
|
||||||
|
(origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url home-page)
|
||||||
|
(commit (string-append "v" version))))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32 "1xcv7kqsrv39rk8fjd2sbl2wrr8mdb6y1xipifki4q7mry1c6v6w"))))
|
||||||
|
(build-system emacs-build-system)
|
||||||
|
(propagated-inputs
|
||||||
|
(list emacs-compat
|
||||||
|
emacs-forge
|
||||||
|
emacs-magit
|
||||||
|
emacs-orgit))
|
||||||
|
(synopsis "Org links to Forge issue buffers")
|
||||||
|
(description
|
||||||
|
"This package defines the Org link type @code{orgit-topic}, which can be
|
||||||
|
used to link to Forge topic buffers.")
|
||||||
|
(license license:gpl3)))
|
||||||
|
|
||||||
(define-public emacs-amx
|
(define-public emacs-amx
|
||||||
(package
|
(package
|
||||||
(name "emacs-amx")
|
(name "emacs-amx")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue