diff options
-rw-r--r-- | themes/jao-themes.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/themes/jao-themes.el b/themes/jao-themes.el index d02b600..f2e91dc 100644 --- a/themes/jao-themes.el +++ b/themes/jao-themes.el @@ -831,6 +831,9 @@ (slime-repl-input-face (p f00) bf) (slime-repl-inputed-output-face (p f02)) (slime-repl-output-face (p string)) + (sp-show-pair-enclosing nil) + (sp-show-pair-match-face (p hilite)) + (sp-show-pair-mismatch-face (p error)) (spaceline-highlight-face-default (p f00)) (spaceline-highlight-face-modified (p f01)) (spaceline-highlight-face (p f02)) |