aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorOri <ori@oribarbut.com>2021-06-24 15:43:58 -0400
committerDavid Bremner <david@tethera.net>2021-06-24 17:26:43 -0300
commit2c96956b3b5d60ae25885f4fa06cbc98e567d263 (patch)
treef9ffdd08415d2988ac941dea1103cbc3eddd6010 /NEWS
parent7406abf5e0596b7865e7fe31ef9e92727ed15c54 (diff)
emacs: Add compatibility for org-msg.el
Enable `notmuch-company` with `org-msg`, which does not derive from `message-mode` in composing. This change was first proposed in the discussion here: https://github.com/jeremy-compostella/org-msg/issues/53
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 09456f60..c167c9a2 100644
--- a/NEWS
+++ b/NEWS
@@ -8,6 +8,8 @@ Emacs
previous behaviour of using notmuch to send mail by default, customize
`mail-user-agent` to `notmuch-user-agent`.
+`notmuch-company` now works in `org-msg`.
+
Vim
---