mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-06 11:55:48 +00:00
(blink-matching-paren-distance): Change default to 12,000.
This commit is contained in:
parent
6648f23a73
commit
3731572535
@ -1986,9 +1986,8 @@ in the mode line."
|
||||
(defvar blink-matching-paren t
|
||||
"*Non-nil means show matching open-paren when close-paren is inserted.")
|
||||
|
||||
(defconst blink-matching-paren-distance 4000
|
||||
"*If non-nil, is maximum distance to search for matching open-paren
|
||||
when close-paren is inserted.")
|
||||
(defconst blink-matching-paren-distance 12000
|
||||
"*If non-nil, is maximum distance to search for matching open-paren.")
|
||||
|
||||
(defun blink-matching-open ()
|
||||
"Move cursor momentarily to the beginning of the sexp before point."
|
||||
|
Loading…
Reference in New Issue
Block a user