summaryrefslogtreecommitdiff
path: root/emacs-init.org
diff options
context:
space:
mode:
authorfpi2021-01-21 16:31:17 +0100
committerfpi2022-03-17 14:37:56 +0100
commit7a0b6415eac5416cef37a0325b6bd4cc1e63fbcc (patch)
tree66e85cb8df60cfa7da7ffbfe41d212da6b1d1b1f /emacs-init.org
parentAdd garbage collection settings (diff)
Rename gnus group buffer
Diffstat (limited to 'emacs-init.org')
-rw-r--r--emacs-init.org7
1 files changed, 7 insertions, 0 deletions
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