Skip to content

Commit

Permalink
feat: display underline while matching parens
Browse files Browse the repository at this point in the history
  • Loading branch information
seagle0128 committed Dec 14, 2024
1 parent 6b91221 commit 295b833
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lisp/init-highlight.el
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
;; Highlight matching parens
(use-package paren
:ensure nil
:custom-face (show-paren-match ((t (:underline t))))
:hook (after-init . show-paren-mode)
:init (setq show-paren-when-point-inside-paren t
show-paren-when-point-in-periphery t)
Expand Down

0 comments on commit 295b833

Please sign in to comment.