From a9253d017e25c0869caf78b78ca66ba227e99f44 Mon Sep 17 00:00:00 2001 From: Ryan Kes Date: Wed, 11 Dec 2019 09:32:16 +0100 Subject: [PATCH] Add ability to link to emails --- emacs/.config/doom/configuration.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/emacs/.config/doom/configuration.org b/emacs/.config/doom/configuration.org index 57ef699..5f9ef2a 100644 --- a/emacs/.config/doom/configuration.org +++ b/emacs/.config/doom/configuration.org @@ -107,6 +107,9 @@ Setup mu4e with multiple profiles mu4e-attachment-dir "~/Downloads/") (after! mu4e + ;; load package to be able to capture emails for GTD + (require 'org-mu4e) + (setq mu4e-contexts `(,(make-mu4e-context :name "Ryankes" :match-func (lambda (msg)