From: Amin Bandali Date: Wed, 25 Dec 2019 07:29:15 +0000 (-0500) Subject: emacs: gnus: set :extend t for the mm-uu-extract face X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/bb00c3f96a5c387663cbda7dfebfb033a6bb20d6 emacs: gnus: set :extend t for the mm-uu-extract face used by message-mark-inserted-region --- 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\\)"))