diff options
author | Colin Okay <colin@cicadas.surf> | 2022-10-02 08:21:30 -0500 |
---|---|---|
committer | Colin Okay <colin@cicadas.surf> | 2022-10-02 08:21:30 -0500 |
commit | 23a7b79c803a6570f7a862b9f63215bb5d4b7f65 (patch) | |
tree | 5bafae2bde3f58f217646f9c0a444bb8948fe008 | |
parent | 2ef26d1a21bbb48da963a82bf4d177849f66b82e (diff) |
added threadcat
-rw-r--r-- | init-el.org | 14 |
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 |