From 101d1dea204d53b8043376d0df87f360258dddfe Mon Sep 17 00:00:00 2001 From: JSDurand Date: Wed, 3 Jun 2026 02:13:03 +0800 Subject: dashboard + init: gnus-unplugged instead of gnus * dashboard.el (m): * init.el: Replace gnus by gnus-unplugged. I found that I really want to start gnus without being plugged, as I only occassionally want gnus to fetch from the source directly. Other times the mails are fetched by other programs, and gnus only needs to read and do other things. --- init.el | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index bdd2270..3e4b3d6 100644 --- a/init.el +++ b/init.el @@ -240,11 +240,11 @@ no effect." ;;; gnus -(load-after-function gnus "gnus-conf.el" - "Fake function to load gnus." nil (gnus)) +(load-after-function gnus-unplugged "gnus-conf.el" + "Fake function to load gnus." nil (gnus-unplugged)) -(define-key global-map (vector 3 ?g) #'gnus) -(define-key global-map (vector ?\H-g) #'gnus) +(define-key global-map (vector 3 ?g) #'gnus-unplugged) +(define-key global-map (vector ?\H-g) #'gnus-unplugged) ;;; Completion framework configurations -- cgit v1.2.3-18-g5258