mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-18 13:36:36 +01:00
gnu: Add emacs-org-sticky-header.
* gnu/packages/emacs-xyz.scm (emacs-org-sticky-header): New variable. Change-Id: I0f1f87efb9617c91281424967f52be77e83dc993
This commit is contained in:
parent
d568c92951
commit
6f74832d45
1 changed files with 18 additions and 0 deletions
|
@ -23874,6 +23874,24 @@ (define-public emacs-org-tree-slide
|
|||
document.")
|
||||
(license license:gpl3+))))
|
||||
|
||||
(define-public emacs-org-sticky-header
|
||||
(package
|
||||
(name "emacs-org-sticky-header")
|
||||
(version "1.1")
|
||||
(source (origin
|
||||
(method url-fetch)
|
||||
(uri (string-append "https://github.com/alphapapa/org-sticky-header/archive/"
|
||||
version ".tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"1lr7khrs3d4229h5mmxbwc2jp192m2b9gfl85s3bhzbp6jpjf17y"))))
|
||||
(build-system emacs-build-system)
|
||||
(synopsis "Always show current org header line")
|
||||
(description "This package provides the ability to always show the current
|
||||
org header line at the top of the window--no matter how far down you scrolled.")
|
||||
(home-page "https://github.com/alphapapa/org-sticky-header")
|
||||
(license license:gpl3+)))
|
||||
|
||||
(define-public emacs-scratch-el
|
||||
(package
|
||||
(name "emacs-scratch-el")
|
||||
|
|
Loading…
Reference in a new issue