projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
35684c6
)
emacs: customize mm-uu-diff-groups-regexp for diff highlighting
author
Amin Bandali
<bandali@gnu.org>
Tue, 3 Sep 2019 01:31:30 +0000
(21:31 -0400)
committer
Amin Bandali
<bandali@gnu.org>
Tue, 3 Sep 2019 01:31:30 +0000
(21:31 -0400)
i had stumbled upon this by accident a while ago, while using the
gnu.* prefix for my group names
.emacs.d/init.el
patch
|
blob
|
blame
|
history
diff --git
a/.emacs.d/init.el
b/.emacs.d/init.el
index
7635cf3
..
589dda3
100644
(file)
--- a/
.emacs.d/init.el
+++ b/
.emacs.d/init.el
@@
-2221,6
+2221,11
@@
https://csclub.uwaterloo.ca/~abandali")
mm-decrypt-option 'known
mm-verify-option 'known))
+(use-feature mm-uu
+ :custom
+ (mm-uu-diff-groups-regexp
+ "\\(gmane\\|gnu\\|l\\)\\..*\\(diff\\|commit\\|cvs\\|bug\\|dev\\)"))
+
(use-feature sendmail
:config
(setq sendmail-program (executable-find "msmtp")