From bb00c3f96a5c387663cbda7dfebfb033a6bb20d6 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Wed, 25 Dec 2019 02:29:15 -0500 Subject: [PATCH] emacs: gnus: set :extend t for the mm-uu-extract face used by message-mark-inserted-region --- .emacs.d/init.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index d8cc455..6ef2748 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -2560,6 +2560,8 @@ https://csclub.uwaterloo.ca/~abandali") mm-verify-option 'known)) (use-feature mm-uu + :config + (set-face-attribute 'mm-uu-extract nil :extend t) :custom (mm-uu-diff-groups-regexp "\\(gmane\\|gnu\\|l\\)\\..*\\(diff\\|commit\\|cvs\\|bug\\|dev\\)")) -- 2.20.1