mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: Add emacs-org-appear.
* gnu/packages/emacs-xyz.scm (emacs-org-appear): New variable.
This commit is contained in:
parent
051c127120
commit
cc4e2cb246
1 changed files with 23 additions and 0 deletions
|
@ -6424,6 +6424,29 @@ (define-public emacs-org-bullets
|
||||||
@code{org-mode} to be rendered as UTF-8 characters.")
|
@code{org-mode} to be rendered as UTF-8 characters.")
|
||||||
(license license:gpl3+)))
|
(license license:gpl3+)))
|
||||||
|
|
||||||
|
(define-public emacs-org-appear
|
||||||
|
(let ((commit "19ea96e6e2ce01b8583b25a6e5579f1be207a119")
|
||||||
|
(revision "1"))
|
||||||
|
(package
|
||||||
|
(name "emacs-org-appear")
|
||||||
|
(version (git-version "0.0.1" revision commit)) ;no upstream release
|
||||||
|
(source (origin
|
||||||
|
(method git-fetch)
|
||||||
|
(uri (git-reference
|
||||||
|
(url "https://github.com/awth13/org-appear")
|
||||||
|
(commit commit)))
|
||||||
|
(file-name (git-file-name name version))
|
||||||
|
(sha256
|
||||||
|
(base32
|
||||||
|
"064kdb3z4zr9sa7qi5921cqh8vj226ifl8x1bkc59qd9a1p34ghd"))))
|
||||||
|
(build-system emacs-build-system)
|
||||||
|
(home-page "https://github.com/awth13/org-appear")
|
||||||
|
(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
|
||||||
|
when the cursor enters a fragment and disappear when it leaves.")
|
||||||
|
(license license:expat))))
|
||||||
|
|
||||||
(define-public emacs-org-drill
|
(define-public emacs-org-drill
|
||||||
(package
|
(package
|
||||||
(name "emacs-org-drill")
|
(name "emacs-org-drill")
|
||||||
|
|
Loading…
Reference in a new issue