]> code.delx.au - gnu-emacs-elpa/commitdiff
Cleanup refactoring artifacts.
authorJackson Ray Hamilton <jackson@jacksonrayhamilton.com>
Sun, 21 Jun 2015 21:09:04 +0000 (14:09 -0700)
committerJackson Ray Hamilton <jackson@jacksonrayhamilton.com>
Sun, 21 Jun 2015 21:10:04 +0000 (14:10 -0700)
Makefile
README.md
context-coloring.el

index 56a769dbf77ebd51862bebb6afd437b6d1d31793..f729409b9c8d4741e254d0cc2f86193618d49435 100644 (file)
--- 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 \
index 38dbcfa2d65fa89fab1eb6dfb388a51d0629d73a..ff92dd962ec90d23d70400b169c07105433c3add 100644 (file)
--- 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:
index 5b5eb28d6d272b8c3063e99ea72506a7633f3219..b026129385233b519088329bf966d88a4934ae44 100644 (file)
@@ -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 ()