From 32520c194d95589a4fec36a68ff13502ad651049 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Fri, 23 Feb 2024 18:04:59 +0100 Subject: readme typo --- README.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.org') diff --git a/README.org b/README.org index 5c663e6..650c227 100644 --- a/README.org +++ b/README.org @@ -252,7 +252,7 @@ value of that hook is as follows: **** Autocompletion of mentions, tags, and emoji -Autocompletion of mentions, tags, and emoji is triggered =@=, =#=, and =:= +Autocompletion of mentions, tags, and emoji is triggered by =@=, =#=, and =:= respectively, plus a few letters. It is provided by =completion-at-point-functions= (capf) backends. =mastodon-toot--enable-completion= is enabled by default. If you want to enable -- cgit v1.2.3 From 77678bbc387cf492a3862f62670f5cb0a0e9d805 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Fri, 23 Feb 2024 18:16:38 +0100 Subject: readme: add nb re .info docs --- README.org | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.org') diff --git a/README.org b/README.org index 650c227..ea9c629 100644 --- a/README.org +++ b/README.org @@ -13,6 +13,8 @@ =mastodon.el= is an Emacs client for the AcitivityPub social networks that implement the Mastodon API. For info see [[https://joinmastodon.org/][joinmastodon.org]]. +NB: =mastodon.el= now ships this readme as an .info file, so if you have it installed you should be able to browse this readme inside emacs. =C-h i= for info, then =m masto RET= should load it for you. + ** Installation You can install =mastodon.el= from ELPA, MELPA, or directly from this repo. It is also available as a GUIX package. -- cgit v1.2.3 From 7b1d7584ff52fb2bbd45d3866bc03f912c741406 Mon Sep 17 00:00:00 2001 From: marty hiatt Date: Tue, 27 Feb 2024 11:17:56 +0100 Subject: readme, note about M-X --- README.org | 2 ++ 1 file changed, 2 insertions(+) (limited to 'README.org') diff --git a/README.org b/README.org index ea9c629..498625f 100644 --- a/README.org +++ b/README.org @@ -356,6 +356,8 @@ See =M-x customize-group RET mastodon= to view all customize options. An index of all user-facing commands and custom variables is available here: [[file:mastodon-index.org][mastodon-index.org]]. +You can also hit =?= in any =mastodon.el= buffer to see the available bindings, or run =M-X= (upper-case =X=) to view all commands in the buffer with completion, and call one. + *** Alternative timeline layout The incomparable Nicholas Rougier has written an alternative timeline layout -- cgit v1.2.3