From: Ian Kelling Date: Mon, 30 Jun 2014 03:50:08 +0000 (-0700) Subject: update doc, no idea what orp means so rename it X-Git-Url: https://iankelling.org/git/?p=spray;a=commitdiff_plain;h=56e5f215f349620f23022947e00676d29bd38794 update doc, no idea what orp means so rename it --- 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)