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:
Danny Milosavljevic 2025-01-15 22:30:18 +01:00
parent d568c92951
commit 6f74832d45
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -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")