From 437a4f0ad66e1b341b6d98f5719df2863b7926f3 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Sat, 5 Nov 2022 12:49:53 +0100 Subject: readme re poll --- README.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.org') diff --git a/README.org b/README.org index 06ea15a..9b34848 100644 --- a/README.org +++ b/README.org @@ -202,7 +202,8 @@ You can download and use your instance's custom emoji | =C-c C-n= | Add sensitive media/nsfw flag | | =C-c C-a= | Upload attachment(s) | | =C-c != | Remove all attachments | -| =C-c C-e= | add emoji (if =emojify= installed) | +| =C-c C-e= | Add emoji (if =emojify= installed) | +| =C-c C-p= | Create a poll | |---------+----------------------------------| **** draft toots -- cgit v1.2.3 From 8499e990cddb94ff94923f6d08b2f3c072b4fe3d Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Sat, 5 Nov 2022 16:10:05 +0100 Subject: readme deps --- README.org | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'README.org') diff --git a/README.org b/README.org index 9b34848..2db8681 100644 --- a/README.org +++ b/README.org @@ -286,8 +286,10 @@ to your translator function as its text argument. Here's what ** Dependencies -This version depends on the library =request= (for uploading attachments). You -can install it from MELPA, or https://github.com/tkf/emacs-request. +Hard dependencies (should all install with =mastodon.el=): +- =request= (for uploading attachments), https://github.com/tkf/emacs-request +- =persist= for storing some settings across sessions +- =ts= for poll relative expiry times Optional dependencies: - =company= for autocompletion of mentions and tags when composing a toot @@ -297,7 +299,7 @@ Optional dependencies: ** Contributing -PRs, issues, and feature requests are very welcome! +PRs, issues, feature requests, and general feedback are very welcome! *** Features -- cgit v1.2.3