From 2712b4459167968c0bc7bf2c61ba56b9acb542f0 Mon Sep 17 00:00:00 2001 From: Frederik Vanrenterghem Date: Wed, 9 Apr 2025 22:00:11 +0800 Subject: [PATCH] Configure NNTP access in Emacs Gnus. --- emacs/.emacs.d/init.el | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 6f6fc16..95e66e8 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -289,6 +289,12 @@ minutes), and return a formatted Org timestamp with start and end times." (concat "X-Mailer: GNU Emacs " (symbol-value 'emacs-version))) (setq w3m-pop-up-frames t) +(setq gnus-select-method '(nntp "news.eternal-september.org" + (nntp-open-connection-function nntp-open-tls-stream) + (nntp-port-number 563) + (nntp-authinfo-user "frederikv") + (nntp-authinfo-force t))) + (global-set-key [remap list-buffers] 'ibuffer) ;;; use pass (~/.password-store) -- 2.39.5