mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-org-appear: Update to 0.2.4.
* gnu/packages/emacs-xyz.scm (emacs-org-appear): Update to 0.2.4.
This commit is contained in:
parent
bb5f395a08
commit
0d3cf065ec
1 changed files with 17 additions and 19 deletions
|
@ -7422,27 +7422,25 @@ Cucumber tool) user stories. Also known by the name @code{cucumber.el}.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-org-appear
|
(define-public emacs-org-appear
|
||||||
(let ((commit "19ea96e6e2ce01b8583b25a6e5579f1be207a119")
|
(package
|
||||||
(revision "1"))
|
(name "emacs-org-appear")
|
||||||
(package
|
(version "0.2.4")
|
||||||
(name "emacs-org-appear")
|
(source
|
||||||
(version (git-version "0.0.1" revision commit)) ;no upstream release
|
(origin
|
||||||
(source (origin
|
(method git-fetch)
|
||||||
(method git-fetch)
|
(uri (git-reference
|
||||||
(uri (git-reference
|
(url "https://github.com/awth13/org-appear")
|
||||||
(url "https://github.com/awth13/org-appear")
|
(commit version)))
|
||||||
(commit commit)))
|
(file-name (git-file-name name version))
|
||||||
(file-name (git-file-name name version))
|
(sha256
|
||||||
(sha256
|
(base32 "0sfz8rpvc9hidjj81wlc48vi7ii90mssgvfnp2z215phv67npbzp"))))
|
||||||
(base32
|
(build-system emacs-build-system)
|
||||||
"064kdb3z4zr9sa7qi5921cqh8vj226ifl8x1bkc59qd9a1p34ghd"))))
|
(home-page "https://github.com/awth13/org-appear")
|
||||||
(build-system emacs-build-system)
|
(synopsis "Make invisible parts of Org fragments appear visible")
|
||||||
(home-page "https://github.com/awth13/org-appear")
|
(description "This package enables automatic visibility toggling of
|
||||||
(synopsis "Make invisible parts of Org fragments appear visible")
|
|
||||||
(description "This package enables automatic visibility toggling of
|
|
||||||
org-mode elements depending on cursor position. Hidden fragment parts appear
|
org-mode elements depending on cursor position. Hidden fragment parts appear
|
||||||
when the cursor enters a fragment and disappear when it leaves.")
|
when the cursor enters a fragment and disappear when it leaves.")
|
||||||
(license license:expat))))
|
(license license:expat)))
|
||||||
|
|
||||||
(define-public emacs-org-drill
|
(define-public emacs-org-drill
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue