From: Jackson Ray Hamilton Date: Thu, 5 Feb 2015 20:39:11 +0000 (-0800) Subject: Remove require. X-Git-Url: https://code.delx.au/gnu-emacs-elpa/commitdiff_plain/3a6c5dbfaef9dfa154e7a43a8ce7bb6dccc6bce9 Remove require. --- diff --git a/README.md b/README.md index 8f333c6b4..bf037a59a 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,6 @@ Built-in available themes are: `monokai`, `solarized`, `tango` and `zenburn`. Contributions are welcome. ```lisp -(require 'context-coloring) (context-coloring-load-theme 'zenburn) ```