X-Git-Url: https://git.distorted.org.uk/~mdw/profile/blobdiff_plain/21beda175c5481e5ac3b4afcf6de272cb690af44..a8a7976a2e808307de201c7f14be012d241614a4:/el/dot-emacs.el diff --git a/el/dot-emacs.el b/el/dot-emacs.el index 7e55329..e898597 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -1230,7 +1230,7 @@ doesn't match any of the regular expressions in (mdw-define-face mdw-ellipsis-face (((type tty)) :foreground "blue") (t :foreground "grey60")) (let ((dollar (make-glyph-code ?$ 'mdw-ellipsis-face)) - (backslash (make-glyph-code ?\ 'mdw-ellipsis-face)) + (backslash (make-glyph-code ?\\ 'mdw-ellipsis-face)) (dot (make-glyph-code ?. 'mdw-ellipsis-face)) (bar (make-glyph-code ?| mdw-ellipsis-face))) (set-display-table-slot standard-display-table 0 dollar)