From 9d08d908ae2705f0ee162bf58cc3a577a65ab675 Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Mon, 5 Sep 2022 03:20:44 +0200 Subject: [PATCH] Continue playing with Gnus --- README.org | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 95460ac..2a89c7e 100644 --- a/README.org +++ b/README.org @@ -4552,6 +4552,17 @@ initializes a list of =webjump-sites=. 4. [[https://www.brautaset.org/posts/leafnode-nntp-os-x.html][Setting up Leafnode on macOS]] 5. [[https://blog.bitside.pl/posts/gnus/][Gnus]] +#+attr_latex: :booktabs yes :float table +#+caption[Gnus key bindings]: +#+caption: Gnus key bindings. +#+name: tab:gnus-key-bindings +| command | map | keys | +|--------------------------------+---------------------+----------------| +| gnus-group-list-active | gnus-group-list-map | {{{kbd(A-A)}}} | +| gnus-group-list-all-groups | gnus-group-mode-map | {{{kbd(L)}}} | +| gnus-group-toggle-subscription | gnus-group-mode-map | {{{kbd(U)}}} | +|--------------------------------+---------------------+----------------| + #+caption[Configure =gnus=]: #+caption: Configure =gnus=. #+name: lst:configure-gnus @@ -4567,7 +4578,10 @@ initializes a list of =webjump-sites=. '(gnus-read-active-file 'some) '(gnus-save-killed-list t) '(gnus-save-newsrc-file t) - '(gnus-use-dribble-file t))))) + '(gnus-use-dribble-file t))) + (with-eval-after-load 'gnus-sum + (custom-set-variables + '(gnus-thread-hide-subtree t))))) #+end_src ** [[info:emacs#Sending Mail][Sending Mail (info)]]