Files
org-social.el/org-social-pkg.el~
andros fc729313ae Release version 2.11
- Fix thread and profile keyboard shortcuts in timeline
- Add contribution button in timeline header
- Update all version numbers to 2.11
2026-02-23 10:23:59 +01:00

17 lines
429 B
Plaintext

(define-package "org-social" "2.8"
"An Org-social client for Emacs"
'((emacs "30.1")
(org "9.0")
(request "0.3.0")
(seq "2.20")
(emojify "1.2"))
:url "https://github.com/tanrax/org-social.el"
:keywords '("comm" "org" "social")
:lisp-dir "."
:authors '(("Andros Fenollosa" . "hi@andros.dev"))
:maintainers '(("Andros Fenollosa" . "hi@andros.dev")))
;; Local Variables:
;; no-byte-compile: t
;; End: