From 23a7b79c803a6570f7a862b9f63215bb5d4b7f65 Mon Sep 17 00:00:00 2001 From: Colin Okay Date: Sun, 2 Oct 2022 08:21:30 -0500 Subject: added threadcat --- init-el.org | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/init-el.org b/init-el.org index fe0879a..7a25085 100644 --- a/init-el.org +++ b/init-el.org @@ -1150,6 +1150,7 @@ mu index <> <> <> +<> #+end_src ** Calibre db @@ -1548,6 +1549,19 @@ keep the string quoted - leave it unquoted in that .token file. #+end_src +** threadcat + +There is nothing to do for threadcat except set a threadcat user. + +It has been convenient to type threadcat messages into a scratch +buffer and then post using =M-x |= on a selected region, piping to +=threadcat write ...= + +#+name: threadcat +#+begin_src elisp :noweb no-export :results none +(setenv "THREADCAT_USER" "colin@cicadas.surf") +#+end_src + * Software Development #+name: software-development-config -- cgit v1.2.3