update doc, no idea what orp means so rename it
authorIan Kelling <ian@iankelling.org>
Mon, 30 Jun 2014 03:50:08 +0000 (20:50 -0700)
committerIan Kelling <ian@iankelling.org>
Mon, 30 Jun 2014 03:50:08 +0000 (20:50 -0700)
Readme.org
spray.el

index bb72dd883376e6cf14fe82b6fccb27af1b065083..2c1363a8edce4a5aae428d652c69fe4d5357a632 100644 (file)
@@ -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
index 76e4e36159ea55a6aa8538455adb8a16136f87ed..8e3b9225cf37568d1037e02b3391f4a325daba09 100644 (file)
--- 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)
          (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)