diff options
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 |