From 875d56291f4d62cadc86dec256fd913cb65e6bc0 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 12 Dec 2024 09:56:05 +0000 Subject: [PATCH] Remove mm-discouraged-alternatives --- system/home/emacs/init.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/system/home/emacs/init.el b/system/home/emacs/init.el index 2061f1e8..8c95b04b 100644 --- a/system/home/emacs/init.el +++ b/system/home/emacs/init.el @@ -176,10 +176,6 @@ (setq mail-user-agent 'mu4e-user-agent read-mail-command 'mu4e) -(use-package mm-decode - :custom - (mm-discouraged-alternatives '("text/html"))) - (use-package mu4e :bind (("C-c m" . mu4e)