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'.