branch: master commit 5cd77bbc70e694b910722686b29b921e67e5ab96 Author: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com> Commit: Jackson Ray Hamilton <jack...@jacksonrayhamilton.com>
Evaluate theme name. --- context-coloring.el | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/context-coloring.el b/context-coloring.el index 8ce8cad..f838f30 100644 --- a/context-coloring.el +++ b/context-coloring.el @@ -505,7 +505,7 @@ PROPERTIES is a property list specifiying the following details: `:colors': List of colors that this theme uses." (let ((aliases (plist-get properties :aliases))) - (dolist (name (append '(theme) aliases)) + (dolist (name (append `(,theme) aliases)) (puthash name properties context-coloring-theme-hash-table) ;; Compensate for already-enabled themes by applying their colors now. (when (custom-theme-enabled-p name)