summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 75f317c)
raw | patch | inline | side by side (parent: 75f317c)
author | Ian Kelling <ian@iankelling.org> | |
Mon, 30 Jun 2014 03:50:08 +0000 (20:50 -0700) | ||
committer | Ian Kelling <ian@iankelling.org> | |
Mon, 30 Jun 2014 03:50:08 +0000 (20:50 -0700) |
Readme.org | patch | blob | history | |
spray.el | patch | blob | history |
diff --git a/Readme.org b/Readme.org
index bb72dd883376e6cf14fe82b6fccb27af1b065083..2c1363a8edce4a5aae428d652c69fe4d5357a632 100644 (file)
--- a/Readme.org
+++ b/Readme.org
- [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 76e4e36159ea55a6aa8538455adb8a16136f87ed..8e3b9225cf37568d1037e02b3391f4a325daba09 100644 (file)
--- a/spray.el
+++ b/spray.el
: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)