From 56e5f215f349620f23022947e00676d29bd38794 Mon Sep 17 00:00:00 2001 From: Ian Kelling Date: Sun, 29 Jun 2014 20:50:08 -0700 Subject: [PATCH] update doc, no idea what orp means so rename it --- Readme.org | 4 +++- spray.el | 6 +++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Readme.org b/Readme.org index bb72dd8..2c1363a 100644 --- a/Readme.org +++ b/Readme.org @@ -51,6 +51,8 @@ You may customize spray by modifying following items: - [Variable] spray-wpm - [Variable] spray-height +- [Variable] spray-margin-top +- [Variable] spray-margin-left - [Keymap] spray-mode-map - [Face] spray-base-face -- [Face] spray-orp-face +- [Face] spray-accent-face diff --git a/spray.el b/spray.el index 76e4e36..8e3b922 100644 --- a/spray.el +++ b/spray.el @@ -71,8 +71,8 @@ :foreground (face-foreground 'default) :slant 'normal) -(make-face 'spray-orp-face) -(set-face-attribute 'spray-orp-face nil +(make-face 'spray-accent-face) +(set-face-attribute 'spray-accent-face nil :foreground "red" :overline (face-foreground 'default) :underline (face-foreground 'default) @@ -120,7 +120,7 @@ (overlay-put spray--base-overlay 'priority 100) (overlay-put spray--base-overlay 'face 'spray-base-face) (overlay-put spray--orp-overlay 'priority 101) - (overlay-put spray--orp-overlay 'face 'spray-orp-face) + (overlay-put spray--orp-overlay 'face 'spray-accent-face) (spray-start)) (t (setq cursor-type spray--saved-cursor-type) -- 2.30.2