From 9240e4cd46808cf23ed4ec3efb92155e10e83f30 Mon Sep 17 00:00:00 2001 From: Wojciech Kozlowski Date: Mon, 4 Apr 2022 22:54:09 +0200 Subject: [PATCH] Remove background for show-paren --- config.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config.el b/config.el index 5759d54..6d0643f 100644 --- a/config.el +++ b/config.el @@ -39,7 +39,8 @@ (set-face-attribute 'font-lock-constant-face nil :weight 'bold) (set-face-attribute 'font-lock-function-name-face nil :weight 'bold) (set-face-attribute 'font-lock-keyword-face nil :weight 'bold) - (set-face-attribute 'font-lock-type-face nil :weight 'bold)))) + (set-face-attribute 'font-lock-type-face nil :weight 'bold) + (set-face-attribute 'show-paren-match nil :background nil)))) ;; This determines the style of line numbers in effect. If set to `nil', line ;; numbers are disabled. For relative line numbers, set this to `relative'.