From c867e155f9e7b846acaeb8e31de6929973ebbf3f Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Mon, 10 Aug 2020 12:33:39 +0100 Subject: ~properly configured hooks for org-msg --- Emacs/.config/emacs/config.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index 75ce8e2..2b0e1e7 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -477,11 +477,11 @@ generating HTML multipart emails. This integrates the WYSIWYG experience into mail in Emacs while also providing powerful text features with basically no learning curve (as long as you've already learnt the basics of org). + #+BEGIN_SRC emacs-lisp (use-package org-msg - :after '(org message) - :hook ((message-mode-hook . org-msg-mode) - (mail-mode-hook . org-msg-mode))) + :after 'notmuch + :hook (message-mode . org-msg-mode)) #+END_SRC * Dired Setup for dired. Firstly, as it's an inbuilt package don't let -- cgit v1.2.3-13-gbd6f