From 5b08b308f2627d1a0f9ab97155720c84c9566d84 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Tue, 29 Sep 2015 18:40:21 -0400 Subject: [PATCH] Remove bold from emacs paren match --- emacs/themes/jdkaplan-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/themes/jdkaplan-theme.el b/emacs/themes/jdkaplan-theme.el index 9332414..79b4254 100644 --- a/emacs/themes/jdkaplan-theme.el +++ b/emacs/themes/jdkaplan-theme.el @@ -20,7 +20,7 @@ '(minibuffer-prompt ((t (:foreground "#c7c7c7" :bold t )))) '(font-lock-warning-face ((t (:foreground "red" :bold t )))) - '(show-paren-match-face ((t (:foreground "orange" :background "black" :bold t)))) + '(show-paren-match-face ((t (:foreground "orange" :background "black")))) ) (provide-theme 'jdkaplan)