From 7a0b6415eac5416cef37a0325b6bd4cc1e63fbcc Mon Sep 17 00:00:00 2001 From: fpi Date: Thu, 21 Jan 2021 16:31:17 +0100 Subject: Rename gnus group buffer --- emacs-init.org | 7 +++++++ gnus.org | 4 ++++ 2 files changed, 11 insertions(+) diff --git a/emacs-init.org b/emacs-init.org index c4b3f3b..326bc1c 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -5338,6 +5338,13 @@ For now I use this bad code. (goto-char (point-max)) (or (bolp) (newline))))) #+END_SRC +*** Gnus +The customization for gnus is located in [[file:gnus.org][gnus.org]] and loaded from there upon startup. + +I change the group buffer to something more memorable. This needs to be set before gnus is started and therefore only setting it in gnus.org is not sufficient. +#+begin_src emacs-lisp +(setq gnus-group-buffer "*Gnus*") +#+end_src ** Footnote Mode #+begin_src emacs-lisp (use-package footnote diff --git a/gnus.org b/gnus.org index 6f069f8..c2a47c3 100644 --- a/gnus.org +++ b/gnus.org @@ -370,6 +370,10 @@ Unicode reply symbol #+begin_src emacs-lisp (setq gnus-summary-to-prefix "→ ") #+end_src +Rename the group buffer to something more memorable. This is not intended to be customized. So some bugs may occur. So far it only seems important to set it before starting gnus the first time. So e.g. set it in your main emacs =init.el=. +#+begin_src emacs-lisp +(setq gnus-group-buffer "*Gnus*") +#+end_src **** On threads Gather loose threads, whose parent is currently not displayed, under a dummy article. I find the default ~'adopt~ to be too confusing. -- cgit v1.2.3