emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 0b8d03d 25/31: Update readme.


From: Jackson Ray Hamilton
Subject: [elpa] master 0b8d03d 25/31: Update readme.
Date: Mon, 09 Feb 2015 01:09:38 +0000

branch: master
commit 0b8d03df92315b7581aa1bbdc5bfe9514384eacf
Author: Jackson Ray Hamilton <address@hidden>
Commit: Jackson Ray Hamilton <address@hidden>

    Update readme.
---
 README.md |   10 +++++++---
 1 files changed, 7 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index 0914475..2c859c4 100644
--- a/README.md
+++ b/README.md
@@ -90,8 +90,9 @@ Add the following to your `~/.emacs` file:
 ## Customizing
 
 Color schemes for custom themes are automatically applied when those themes are
-active. Built-in theme support is available for: `leuven`, `monokai`,
-`solarized`, `tango` and `zenburn`.
+active. Built-in theme support is available for: `ample`, `anti-zenburn`,
+`grandshell`, `leuven`, `monokai`, `solarized`, `spacegray`, `tango` and
+`zenburn`.
 
 You can define your own theme colors too:
 
@@ -111,11 +112,14 @@ You can define your own theme colors too:
            "#DCA3A3"))
 ```
 
+See `C-h f context-coloring-define-theme` for more info.
+
 ## Extending
 
 To add support for a new language, write a "scopifier" for it, and define a new
 coloring dispatch strategy with `context-coloring-define-dispatch`. Then the
-plugin should handle the rest.
+plugin should handle the rest. See `C-h f context-coloring-define-dispatch` for
+more info.
 
 A "scopifier" is a CLI program that reads a buffer's contents from stdin and
 writes a JSON array of numbers to stdout. Every three numbers in the array



reply via email to

[Prev in Thread] Current Thread [Next in Thread]