From: Mark Wooding Date: Thu, 9 Jan 2014 08:51:12 +0000 (+0000) Subject: el/dot-emacs.el: Make non-breaking spaces less ugly in terminals. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/ae0a853fabc163f002127b3066223037d29640bb?ds=sidebyside el/dot-emacs.el: Make non-breaking spaces less ugly in terminals. It's especially nasty in `w3m' buffers, and doesn't seem especially useful elsewhere. Maybe I'll fix this to be different in `w3m' if I see the need. --- diff --git a/el/dot-emacs.el b/el/dot-emacs.el index 80f0f81..6a9f108 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -875,6 +875,9 @@ (mdw-define-face mode-line-inactive (((class color)) :foreground "yellow" :background "blue" :box (:line-width 1 :style released-button)) (t :inverse-video t)) +(mdw-define-face nobreak-space + (((type tty))) + (t :inherit escape-glyph :underline t)) (mdw-define-face scroll-bar (t :foreground "black" :background "lightgrey")) (mdw-define-face fringe