projects
/
~bandali
/
configs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
emacs: add note for gnus-article-treat-patch and white backgrounds
[~bandali/configs]
/
.emacs.d
/
init.el
diff --git
a/.emacs.d/init.el
b/.emacs.d/init.el
index
5f98a83
..
7635cf3
100644
(file)
--- a/
.emacs.d/init.el
+++ b/
.emacs.d/init.el
@@
-2365,6
+2365,8
@@
https://csclub.uwaterloo.ca/~abandali")
:demand
:load-path "lisp/"
:config
+ ;; note: be sure to customize faces with `:foreground "white"' when
+ ;; using a theme with a white/light background :)
(setq ft/gnus-article-patch-conditions
'("^@@ -[0-9]+,[0-9]+ \\+[0-9]+,[0-9]+ @@")))