summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorJSDurand <mmemmew@gmail.com>2026-06-03 02:13:03 +0800
committerJSDurand <mmemmew@gmail.com>2026-06-03 02:13:03 +0800
commit101d1dea204d53b8043376d0df87f360258dddfe (patch)
tree6fbaacfc49ea767217e49786e52dc2dd6061d469 /init.el
parentbaaf778aa2a1d2f8b38d4671f59b88a7340d281d (diff)
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.
Diffstat (limited to 'init.el')
-rw-r--r--init.el8
1 files changed, 4 insertions, 4 deletions
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