emacs: set gnus-select-method

This commit is contained in:
Jeremy Baxter 2024-05-26 16:07:06 +12:00
parent dd2908c360
commit bfbbc9c0ec

View file

@ -39,10 +39,11 @@ One will be created if none exist."
(global-set-key (kbd "C-c e i") 'edit-init-file) (global-set-key (kbd "C-c e i") 'edit-init-file)
;; variables ;; variables
(setq compilation-scroll-output t ; M-x compile (setq compilation-scroll-output t ; M-x compile
dictionary-server "dict.org" ; M-x dictionary-search dictionary-server "dict.org" ; M-x dictionary-search
fill-column 72 ; M-x auto-fill-mode fill-column 68 ; M-x auto-fill-mode
wdired-allow-to-change-permissions t) ; M-x dired C-x C-q gnus-select-method '(nnimap "disroot.org") ; M-x gnus
wdired-allow-to-change-permissions t) ; M-x dired C-x C-q
;; some packages ;; some packages
(package-install 'nerd-icons) (package-install 'nerd-icons)