branch: externals/doric-themes
commit f27582501b9e24dae3364e849bfd14f7978278fa
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Disable elisp-fontify-semantically
    
    It cannot work with the doric-themes. Their whole point is to have few
    colours.
---
 doric-themes.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/doric-themes.el b/doric-themes.el
index d040a235fc..3865ce9931 100644
--- a/doric-themes.el
+++ b/doric-themes.el
@@ -1679,6 +1679,7 @@ default to a generic text that mentions the 
BACKGROUND-MODE."
               `(whitespace-tab ((t :foreground ,bg-shadow-intense)))))
            (custom-theme-set-variables
             ',name
+            '(elisp-fontify-semantically nil)
             `(flymake-error-bitmap '(flymake-double-exclamation-mark 
doric-themes-prominent-error))
             `(flymake-warning-bitmap '(exclamation-mark 
doric-themes-prominent-warning))
             `(flymake-note-bitmap '(exclamation-mark 
doric-themes-prominent-note))

Reply via email to