From bfbbc9c0ec5fc02103d3db3e8146a9f79e4bd7b8 Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Sun, 26 May 2024 16:07:06 +1200 Subject: [PATCH] emacs: set gnus-select-method --- .emacs.d/init.el | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 3997689..b5049f0 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -39,10 +39,11 @@ One will be created if none exist." (global-set-key (kbd "C-c e i") 'edit-init-file) ;; variables -(setq compilation-scroll-output t ; M-x compile - dictionary-server "dict.org" ; M-x dictionary-search - fill-column 72 ; M-x auto-fill-mode - wdired-allow-to-change-permissions t) ; M-x dired C-x C-q +(setq compilation-scroll-output t ; M-x compile + dictionary-server "dict.org" ; M-x dictionary-search + fill-column 68 ; M-x auto-fill-mode + gnus-select-method '(nnimap "disroot.org") ; M-x gnus + wdired-allow-to-change-permissions t) ; M-x dired C-x C-q ;; some packages (package-install 'nerd-icons)