rekahsoft-gnu: Add emacs-org-roam-extensions package
This commit is contained in:
parent
c798f67d8a
commit
969287b6fb
@ -615,6 +615,25 @@ See perspective.el on github: https://github.com/nex3/perspective-el
|
||||
"Easily add and remove multiple cursors using ace jump mode.")
|
||||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-org-roam-extensions
|
||||
(package
|
||||
(inherit emacs-org-roam)
|
||||
(name "emacs-org-roam-extensions")
|
||||
(propagated-inputs
|
||||
`(,@(package-propagated-inputs emacs-org-roam)
|
||||
("emacs-org-roam" ,emacs-org-roam)))
|
||||
(arguments
|
||||
`(#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'enter-subdirectory
|
||||
(lambda _ (chdir "extensions") #t))
|
||||
(add-before 'install-license-files 'leave-subdirectory
|
||||
(lambda _ (chdir "..") #t)))))
|
||||
(synopsis "Extensions for Org-Roam")
|
||||
(description "Emacs Org Roam Extensions include utilities for daily note
|
||||
taking, the org-roam protocol, graphing note relationships and providing id link
|
||||
overlays.")))
|
||||
|
||||
(define-public emacs-org-roam-server
|
||||
(package
|
||||
(name "emacs-org-roam-server")
|
||||
|
Loading…
Reference in New Issue
Block a user