Remove background for show-paren
This commit is contained in:
parent
a52e1e7cb6
commit
9240e4cd46
@ -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'.
|
||||||
|
Loading…
Reference in New Issue
Block a user