From: rearman Date: Thu, 8 Dec 2022 21:56:37 +0000 (-0500) Subject: Show-paren-style tweaks X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=eaa2d6fd10e83685f5dddbb08d797f416e3afbd2;p=emacsinit.git Show-paren-style tweaks --- diff --git a/init.el b/init.el index 0502448..627b6b0 100644 --- a/init.el +++ b/init.el @@ -78,7 +78,7 @@ make-backup-files nil auto-save-default nil show-paren-delay 0 - show-paren-style 'mixed + show-paren-style 'expression blink-matching-paren 'jump global-hl-line-sticky-flag t confirm-nonexistent-file-or-buffer nil @@ -109,7 +109,7 @@ (global-hl-line-mode t) (global-prettify-symbols-mode t) (global-display-line-numbers-mode t) - +(set-face-background 'show-paren-match "gray") (unless (display-graphic-p) (xterm-mouse-mode 1))