diff options
author | Kyle Meyer <kyle@kyleam.com> | 2015-05-30 02:47:38 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2015-05-30 02:47:38 -0400 |
commit | 5f0b0e6b0c5a84d22d6225b4a5a79c6e43a7b2f3 (patch) | |
tree | e2d0a3445fef95a2047e6ffbd2ccfde52771e5f2 /lisp | |
parent | f88d106fc37ca6a3057789c236d70eb49ec58528 (diff) | |
download | emacs.d-5f0b0e6b0c5a84d22d6225b4a5a79c6e43a7b2f3.tar.gz |
Rename init-gnus.el to init-mail.el
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/init-mail.el (renamed from lisp/init-gnus.el) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/init-gnus.el b/lisp/init-mail.el index 6abfd04..9bcb3c3 100644 --- a/lisp/init-gnus.el +++ b/lisp/init-mail.el @@ -347,4 +347,4 @@ has an effect if Gnus is not currently open." (define-key km/notmuch-show-prefix-map "i" 'km/notmuch-show-copy-message-id-as-kill) -(provide 'init-gnus) +(provide 'init-mail) |