16 lines
499 B
EmacsLisp
16 lines
499 B
EmacsLisp
(define-package "org-auto-expand" "20231006.854" "Automatically expand certain headings"
|
|
'((emacs "26.1")
|
|
(org "9.6"))
|
|
:commit "86e3b24e894ab377ea005b1a574e77daace0451d" :authors
|
|
'(("Adam Porter" . "adam@alphapapa.net"))
|
|
:maintainers
|
|
'(("Adam Porter" . "adam@alphapapa.net"))
|
|
:maintainer
|
|
'("Adam Porter" . "adam@alphapapa.net")
|
|
:keywords
|
|
'("convenience" "outlines" "org")
|
|
:url "https://github.com/alphapapa/org-auto-expand")
|
|
;; Local Variables:
|
|
;; no-byte-compile: t
|
|
;; End:
|