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

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

[elpa] master 75e624c 01/26: Todo.


From: Jackson Ray Hamilton
Subject: [elpa] master 75e624c 01/26: Todo.
Date: Sat, 14 Feb 2015 08:19:31 +0000

branch: master
commit 75e624cb0c6f8771b8cf1135740e06363069509d
Author: Jackson Ray Hamilton <address@hidden>
Commit: Jackson Ray Hamilton <address@hidden>

    Todo.
---
 context-coloring.el |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/context-coloring.el b/context-coloring.el
index 6b6ffe9..ce2e7aa 100644
--- a/context-coloring.el
+++ b/context-coloring.el
@@ -674,6 +674,9 @@ faces for custom themes that might not exist yet."
     (let ((enabled-theme (car custom-enabled-themes)))
       (if (context-coloring-theme-p enabled-theme)
           (context-coloring-enable-theme enabled-theme)
+        ;; TODO: This kinda works, though it overrides user-defined colors, so
+        ;; we should figure out the highest level deffaced face instead and set
+        ;; the `context-coloring-level-count' to that face's level.
         (context-coloring-set-colors-default)))))
 
 (context-coloring-define-theme



reply via email to

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