aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--phox/phox-sym-lock.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/phox/phox-sym-lock.el b/phox/phox-sym-lock.el
index 1fc9b949..4db08bde 100644
--- a/phox/phox-sym-lock.el
+++ b/phox/phox-sym-lock.el
@@ -58,7 +58,7 @@
(make-variable-buffer-local 'phox-sym-lock-color)
(put 'phox-sym-lock-color 'permanent-local t)
-(defvar phox-sym-lock-mouse-face 'highlight
+(defvar phox-sym-lock-mouse-face 'default
"*Face for symbols when under mouse.")
(make-variable-buffer-local 'phox-sym-lock-mouse-face)
(put 'phox-sym-lock-mouse-face 'permanent-local t)