mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
(window-setup-hook): Clear blink-matching-paren-on-screen;
don't touch blink-paren-function.
This commit is contained in:
parent
34bb441e23
commit
69e01b8eb2
1 changed files with 2 additions and 2 deletions
|
|
@ -130,14 +130,14 @@
|
|||
|
||||
(if window-system
|
||||
(progn
|
||||
(setq blink-paren-function nil)
|
||||
(setq blink-matching-paren-on-screen nil)
|
||||
(add-hook 'post-command-idle-hook 'show-paren-command-hook)))
|
||||
;;; This is in case paren.el is preloaded.
|
||||
(add-hook 'window-setup-hook
|
||||
(function (lambda ()
|
||||
(if window-system
|
||||
(progn
|
||||
(setq blink-paren-function nil)
|
||||
(setq blink-matching-paren-on-screen nil)
|
||||
(add-hook 'post-command-idle-hook
|
||||
'show-paren-command-hook))))))
|
||||
(provide 'paren)
|
||||
|
|
|
|||
Loading…
Reference in a new issue