Remove background for show-paren

This commit is contained in:
Wojciech Kozlowski 2022-04-04 22:54:09 +02:00
parent a52e1e7cb6
commit 9240e4cd46

View File

@ -39,7 +39,8 @@
(set-face-attribute 'font-lock-constant-face nil :weight 'bold) (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-function-name-face nil :weight 'bold)
(set-face-attribute 'font-lock-keyword-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 ;; 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'. ;; numbers are disabled. For relative line numbers, set this to `relative'.