diff options
author | Amin Bandali <bandali@gnu.org> | 2019-09-02 21:31:30 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-09-02 21:31:30 -0400 |
commit | 1fe01703a31b90a7332a02e004a5d3cf89388f68 (patch) | |
tree | 80c6e06a51acb912026f0fac479510880c0d1bc8 | |
parent | 35684c66258108b87a21ff83ebd4c9bb34b224fd (diff) | |
download | configs-1fe01703a31b90a7332a02e004a5d3cf89388f68.tar.gz configs-1fe01703a31b90a7332a02e004a5d3cf89388f68.tar.xz configs-1fe01703a31b90a7332a02e004a5d3cf89388f68.zip |
emacs: customize mm-uu-diff-groups-regexp for diff highlighting
i had stumbled upon this by accident a while ago, while using the
gnu.* prefix for my group names
-rw-r--r-- | .emacs.d/init.el | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 7635cf3..589dda3 100644 --- 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") |