emacs-xyz: Add emacs-org-projectile-helm
* rekahsoft-gnu/packages/emacs-xyz.scm (emacs-org-projectile-helm): New variable.
This commit is contained in:
parent
c157b75930
commit
58deed2341
@ -949,3 +949,27 @@ category that is selected depending on a some piece of Emacs context.")
|
|||||||
"This package aims to provide an easy interface to creating per project org-mode
|
"This package aims to provide an easy interface to creating per project org-mode
|
||||||
TODO headings.")
|
TODO headings.")
|
||||||
(license license:gpl3)))
|
(license license:gpl3)))
|
||||||
|
|
||||||
|
(define-public emacs-org-projectile-helm
|
||||||
|
(package
|
||||||
|
(name "emacs-org-projectile-helm")
|
||||||
|
(version "20180601.1822")
|
||||||
|
(source (origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/IvanMalison/org-projectile.git")
|
||||||
|
(commit "642b39c698db00bc535c1c2335f425fb9f4855a9")))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"1pcfyrmbnsk39w4d6cs27bcyihics3gll515fslnl5kqbaj9qn09"))))
|
||||||
|
(build-system emacs-build-system)
|
||||||
|
(propagated-inputs (list emacs-org-projectile emacs-helm emacs-helm-org))
|
||||||
|
(arguments
|
||||||
|
'(#:include '("^org-projectile-helm.el$")
|
||||||
|
#:exclude '()))
|
||||||
|
(home-page "https://github.com/IvanMalison/org-projectile")
|
||||||
|
(synopsis "helm functions for org-projectile")
|
||||||
|
(description
|
||||||
|
"This package aims to provide an easy interface to creating per project org-mode
|
||||||
|
TODO headings.")
|
||||||
|
(license license:gpl3)))
|
||||||
|
Loading…
Reference in New Issue
Block a user