From ab11f2adb7b37d1ac35a1d567f802fa21279df66 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 +++++++ 1 file changed, 7 insertions(+) (limited to 'emacs-init.org') diff --git a/emacs-init.org b/emacs-init.org index 77a5662..d90f994 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -4253,6 +4253,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 -- cgit v1.2.3