diff options
author | Amin Bandali <bandali@gnu.org> | 2019-08-21 18:51:12 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-08-21 18:51:12 -0400 |
commit | 7f3d862f6313ddd4baaa2a3abce348c3408d3750 (patch) | |
tree | f874968047e61411632fc99e01199f61a215310f | |
parent | dc12958b6b3c102be0e71dbb614705649ff1f206 (diff) | |
download | configs-7f3d862f6313ddd4baaa2a3abce348c3408d3750.tar.gz configs-7f3d862f6313ddd4baaa2a3abce348c3408d3750.tar.xz configs-7f3d862f6313ddd4baaa2a3abce348c3408d3750.zip |
emacs: gnus: fix gnewsense-users typo
-rw-r--r-- | .emacs.d/init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 1ae2600..b703965 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -1679,7 +1679,7 @@ For disabling the behaviour for certain buffers and/or modes." (to-address . "gnewsense-dev@nongnu.org") (to-list . "gnewsense-dev@nongnu.org") (list-identifier . "\\[Gnewsense-dev\\]")) - ("l\\.gnewsense-dev" + ("l\\.gnewsense-users" (to-address . "gnewsense-users@nongnu.org") (to-list . "gnewsense-users@nongnu.org") (list-identifier . "\\[gNewSense-users\\]")) |