Files
emacs/lisp/org-sticky-header/org-sticky-header-pkg.el
2025-06-22 17:08:08 +02:00

12 lines
483 B
EmacsLisp

;; -*- no-byte-compile: t; lexical-binding: nil -*-
(define-package "org-sticky-header" "20201223.143"
"Show off-screen Org heading at top of window."
'((emacs "24.4")
(org "8.3.5"))
:url "http://github.com/alphapapa/org-sticky-header"
:commit "79136b8c54c48547ba8a07a72a9790cb8e23ecbd"
:revdesc "79136b8c54c4"
:keywords '("hypermedia" "outlines" "org")
:authors '(("Adam Porter" . "adam@alphapapa.net"))
:maintainers '(("Adam Porter" . "adam@alphapapa.net")))