diff options
author | Amin Bandali <bandali@gnu.org> | 2019-09-02 21:31:26 -0400 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2019-09-02 21:31:26 -0400 |
commit | 35684c66258108b87a21ff83ebd4c9bb34b224fd (patch) | |
tree | 3b40b4e4f0f44f80aebc024a8df293a563576704 | |
parent | fcd29183a6cbdf8f05105eb6721cb019dbfb5812 (diff) | |
download | configs-35684c66258108b87a21ff83ebd4c9bb34b224fd.tar.gz configs-35684c66258108b87a21ff83ebd4c9bb34b224fd.tar.xz configs-35684c66258108b87a21ff83ebd4c9bb34b224fd.zip |
emacs: add note for gnus-article-treat-patch and white backgrounds
-rw-r--r-- | .emacs.d/init.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 5f98a83..7635cf3 100644 --- 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]+ @@"))) |