From: Frederik Vanrenterghem Date: Wed, 9 Apr 2025 14:00:11 +0000 (+0800) Subject: Configure NNTP access in Emacs Gnus. X-Git-Url: http://git.vanrenterghem.biz/Dotty.git/commitdiff_plain/2712b4459167968c0bc7bf2c61ba56b9acb542f0?ds=inline Configure NNTP access in Emacs Gnus. --- 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)