diff options
author | JSDurand <mmemmew@gmail.com> | 2021-08-13 10:48:50 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2021-08-13 10:48:50 +0800 |
commit | 7b953837db8d4163b94367393e72385f8dd2f8a7 (patch) | |
tree | 1ccf9c411c3c9390fdc45f066f978b78f0409ac3 | |
parent | dc4e06e884c2a4fa6719da75923bb995292e7f6f (diff) |
* gnus-conf.el (sc-confirm-always-p): too annoying
-rw-r--r-- | gnus-conf.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gnus-conf.el b/gnus-conf.el index 4fe446c..39a211a 100644 --- a/gnus-conf.el +++ b/gnus-conf.el @@ -241,3 +241,6 @@ ;; I used to use the nested style, but now I think the non-nested ;; style is clearer and cleaner (setq sc-nested-citation-p nil) + +;; Don't query me each time +(setq sc-confirm-always-p nil) |