mirror of
https://github.com/tanrax/org-social.el
synced 2026-06-27 13:13:55 +02:00
fc729313ae
- Fix thread and profile keyboard shortcuts in timeline - Add contribution button in timeline header - Update all version numbers to 2.11
17 lines
429 B
Plaintext
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:
|