projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b5d2750
)
emacs: gnus: set :extend t for the mm-uu-extract face
author
Amin Bandali
<bandali@gnu.org>
Wed, 25 Dec 2019 07:29:15 +0000
(
02:29
-0500)
committer
Amin Bandali
<bandali@gnu.org>
Wed, 25 Dec 2019 07:32:11 +0000
(
02:32
-0500)
used by message-mark-inserted-region
.emacs.d/init.el
patch
|
blob
|
blame
|
history
diff --git
a/.emacs.d/init.el
b/.emacs.d/init.el
index
d8cc455
..
6ef2748
100644
(file)
--- 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\\)"))