diff options
author | Case Duckworth | 2021-04-30 17:41:52 -0500 |
---|---|---|
committer | Case Duckworth | 2021-04-30 17:41:52 -0500 |
commit | 938f82f6ac536d2bf5efc7163284fd27d89d46eb (patch) | |
tree | c6da89bffcb6c76d1f21291e4a1fe90731887bdb /lisp | |
parent | Try to improve gnus HTML handling (diff) | |
download | emacs-938f82f6ac536d2bf5efc7163284fd27d89d46eb.tar.gz emacs-938f82f6ac536d2bf5efc7163284fd27d89d46eb.zip |
Change the fringe face
"dim gray" looks good on both black and white.
Diffstat (limited to 'lisp')
-rw-r--r-- | lisp/acdw.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lisp/acdw.el b/lisp/acdw.el index dac91b7..ab02a9e 100644 --- a/lisp/acdw.el +++ b/lisp/acdw.el | |||
@@ -230,7 +230,9 @@ Prompt only if there are unsaved changes." | |||
230 | 2 8 '(top t)) | 230 | 2 8 '(top t)) |
231 | (setq-local indicate-empty-lines nil | 231 | (setq-local indicate-empty-lines nil |
232 | indicate-buffer-boundaries '((top . right) | 232 | indicate-buffer-boundaries '((top . right) |
233 | (bottom . right)))) | 233 | (bottom . right))) |
234 | (custom-set-faces '(fringe | ||
235 | ((t (:foreground "dim gray")))))) | ||
234 | 236 | ||
235 | 237 | ||
236 | ;;; Keymaps | 238 | ;;; Keymaps |