aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init-el.org14
1 files changed, 14 insertions, 0 deletions
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
<<eww-config>>
<<markdown-editing>>
<<writefreely-config>>
+<<threadcat>>
#+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