Skip to content

Commit

Permalink
feat: blink-matching-paren-highlight-offscreen
Browse files Browse the repository at this point in the history
Introduce in 30
  • Loading branch information
seagle0128 committed Dec 17, 2024
1 parent 8f40865 commit 6185b7d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lisp/init-base.el
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@
:init
(setq column-number-mode t
line-number-mode t
;; kill-whole-line t ; Kill line including '\n'
kill-whole-line t ; Kill line including '\n'
line-move-visual nil
track-eol t ; Keep cursor at end of lines. Require line-move-visual is nil.
set-mark-command-repeat-pop t) ; Repeating C-SPC after popping mark pops it again
Expand Down
3 changes: 2 additions & 1 deletion lisp/init-highlight.el
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,8 @@
show-paren-when-point-in-periphery t)
:config
(if emacs/>=29p
(setq show-paren-context-when-offscreen
(setq blink-matching-paren-highlight-offscreen t
show-paren-context-when-offscreen
(if (childframe-workable-p) 'child-frame 'overlay))
(with-no-warnings
;; Display matching line for off-screen paren.
Expand Down

0 comments on commit 6185b7d

Please sign in to comment.