chiark
/
gitweb
/
~mdw
/
profile
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c70e317
)
el/dot-emacs.el: Graphic displays have fringes, not just X.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 1 Aug 2017 11:46:44 +0000
(12:46 +0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 1 Aug 2017 11:46:44 +0000
(12:46 +0100)
el/dot-emacs.el
patch
|
blob
|
blame
|
history
diff --git
a/el/dot-emacs.el
b/el/dot-emacs.el
index b7309246510d66f5713c6f5696b04004171a23f1..2fdc9abd1b1336dc3603e97458d05528754b01d4 100644
(file)
--- a/
el/dot-emacs.el
+++ b/
el/dot-emacs.el
@@
-1551,7
+1551,7
@@
(let ((dollar (make-glyph-code ?$ 'mdw-ellipsis-face))
;;; Where is point?
(mdw-define-face mdw-point-overlay
- (((type
x
)))
+ (((type
graphic
)))
(((min-colors 64)) :background "darkblue")
(((class color)) :background "blue")
(((type tty) (class mono)) :inverse-video t))