diff options
author | Kenny Ballou <kb@devnulllabs.io> | 2022-12-09 23:54:29 -0700 |
---|---|---|
committer | Kenny Ballou <kb@devnulllabs.io> | 2022-12-09 23:54:29 -0700 |
commit | de0f6b59f2a70934cb9e035fe9c542aceb64f8bd (patch) | |
tree | fb7d441920227514f9c94add0c59b50fbde7dff8 /config | |
parent | c9ff4ae5298c2bf249e64619fdb7cae9f15a0856 (diff) | |
download | dotfiles-de0f6b59f2a70934cb9e035fe9c542aceb64f8bd.tar.gz dotfiles-de0f6b59f2a70934cb9e035fe9c542aceb64f8bd.tar.xz |
emacs: mu4e: enable org-contacts
Signed-off-by: Kenny Ballou <kb@devnulllabs.io>
Diffstat (limited to 'config')
-rw-r--r-- | config/emacs/emacs.d/emacs.org | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config/emacs/emacs.d/emacs.org b/config/emacs/emacs.d/emacs.org index a2ee8a63..427fe469 100644 --- a/config/emacs/emacs.d/emacs.org +++ b/config/emacs/emacs.d/emacs.org @@ -4627,6 +4627,10 @@ Configuration taken from the tutorial found here: (setq mu4e-view-use-old nil) (setq mu4e-headers-include-releated t) (setq mu4e-headers-skip-duplicates t) +(add-to-list 'mu4e-headers-actions + '("org-contact-add" . mu4e-action-add-org-contact) t) +(add-to-list 'mu4e-view-actions + '("org-contact-add" . mu4e-action-add-org-contact) t) ;; without this, "symbol's value as variable is void: mml2014-use" when signing ;; then found http://www.gnu.org/software/emacs/manual/html_node/gnus/Security.html ;; so set to epg and all was good! |