summary refs log tree commit diff stats
path: root/gnus.el
diff options
context:
space:
mode:
authorCase Duckworth2021-05-05 17:55:35 -0500
committerCase Duckworth2021-05-05 17:55:35 -0500
commitb4d439908f4b4f66f2210b41df7b4b3d44365f2e (patch)
tree90c4e0e3e8a86fb5b32b9d0acec4e314f208ee85 /gnus.el
parentCorrect after-load file name (diff)
downloademacs-b4d439908f4b4f66f2210b41df7b4b3d44365f2e.tar.gz
emacs-b4d439908f4b4f66f2210b41df7b4b3d44365f2e.zip
Update gnus file stuff
Diffstat (limited to 'gnus.el')
-rw-r--r--gnus.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/gnus.el b/gnus.el index b154944..545268f 100644 --- a/gnus.el +++ b/gnus.el
@@ -39,11 +39,13 @@
39(setq gnus-gcc-mark-as-read t 39(setq gnus-gcc-mark-as-read t
40 message-signature (or (file-exists-p message-signature-file) 40 message-signature (or (file-exists-p message-signature-file)
41 "~ acdw") 41 "~ acdw")
42 gnus-startup-file (expand-file-name "newsrc" gnus-home-directory)
42 gnus-save-newsrc-file nil 43 gnus-save-newsrc-file nil
43 gnus-read-newsrc-file nil 44 gnus-read-newsrc-file nil
45 gnus-read-active-file 'some
46 gnus-always-read-dribble-file t
44 gnus-interactive-exit nil 47 gnus-interactive-exit nil
45 gnus-use-cache t 48 gnus-use-cache t)
46 gnus-read-active-file 'some)
47 49
48;; Keybindings 50;; Keybindings
49(define-key gnus-group-mode-map (kbd "q") 51(define-key gnus-group-mode-map (kbd "q")