el/dot-emacs.el: Graphic displays have fringes, not just X.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 1 Aug 2017 11:46:44 +0000 (12:46 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 1 Aug 2017 11:46:44 +0000 (12:46 +0100)
el/dot-emacs.el

index b730924..2fdc9ab 100644 (file)
@@ -1551,7 +1551,7 @@ doesn't match any of the regular expressions in
 ;;; 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))