From 84fce77d0ac6c313ecc0b11b904215dbdc309c62 Mon Sep 17 00:00:00 2001 From: djcb Date: Sat, 18 Aug 2018 08:57:18 +0300 Subject: [PATCH] org-mu4e: small cleanups --- mu4e/org-mu4e.el | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/mu4e/org-mu4e.el b/mu4e/org-mu4e.el index 3d94dd4f..81080d7d 100644 --- a/mu4e/org-mu4e.el +++ b/mu4e/org-mu4e.el @@ -33,10 +33,7 @@ ;; the 'noerror is just to make sure bytecompilations does not break... -;; FIXME: find a better solution -(require 'org nil 'noerror) -(require 'org-exp nil 'noerror) - +(require 'org) (eval-when-compile (require 'cl)) (defgroup org-mu4e nil @@ -263,7 +260,7 @@ body." (when org-mu4e-convert-to-html (mu4e-message "Converting to html") (org~mu4e-mime-convert-to-html))) - + (defun org~mu4e-mime-switch-headers-or-body () "Switch the buffer to either mu4e-compose-mode (when in headers) or org-mode (when in the body)."