branch: master
commit ef0c4da15461ba7dc63c7d6320c092e584784e7b
Author: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com>
Commit: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com>

    Cleanup refactoring artifacts.
---
 Makefile            |    2 --
 README.md           |    1 +
 context-coloring.el |    2 +-
 3 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/Makefile b/Makefile
index 56a769d..f729409 100644
--- a/Makefile
+++ b/Makefile
@@ -26,7 +26,6 @@ ${DEPENDENCIES}:
        ${CASK}
 
 test: ${DEPENDENCIES}
-       ${KILL_SCOPIFIER}
        ${CASK} exec ${EMACS} -Q -batch \
        -L . \
        -l ert \
@@ -36,7 +35,6 @@ test: ${DEPENDENCIES}
        -f ert-run-tests-batch-and-exit
 
 cover: ${DEPENDENCIES}
-       ${KILL_SCOPIFIER}
        ${CASK} exec ${EMACS} -Q -batch \
        -L . \
        -l ert \
diff --git a/README.md b/README.md
index 38dbcfa..ff92dd9 100644
--- a/README.md
+++ b/README.md
@@ -13,6 +13,7 @@ By default, comments and strings are still highlighted 
syntactically.
 
 ## Features
 
+- Light and dark customizable color schemes.
 - JavaScript support:
   - Script, function and block scopes (and even `catch` block scopes).
 - Emacs Lisp support:
diff --git a/context-coloring.el b/context-coloring.el
index 5b5eb28..b026129 100644
--- a/context-coloring.el
+++ b/context-coloring.el
@@ -1045,7 +1045,7 @@ It could be a quoted or backquoted expression."
 ;;; eval-expression colorization
 
 (defun context-coloring-eval-expression-match ()
-  "Determine where expression starts in `eval-expression'."
+  "Determine expression start in `eval-expression'."
   (string-match "\\`Eval: " (buffer-string)))
 
 (defun context-coloring-eval-expression-colorize ()

Reply via email to