Continue playing with Gnus
This commit is contained in:
parent
13aa5a51fc
commit
9d08d908ae
16
README.org
16
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)]]
|
||||
|
Loading…
Reference in New Issue
Block a user