]> git.earman.xyz Git - emacsinit.git/commitdiff
Show-paren-style tweaks
authorrearman <rearman@r717.net>
Thu, 8 Dec 2022 21:56:37 +0000 (16:56 -0500)
committerrearman <rearman@r717.net>
Thu, 8 Dec 2022 21:56:37 +0000 (16:56 -0500)
init.el

diff --git a/init.el b/init.el
index 05024483a6e9ddec64d26cdd6ce53ae71b5a5393..627b6b0c794968121cb653e28e8ba4c6ab58dedf 100644 (file)
--- 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
 (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))