mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 16:51:06 -07:00
Don't enable the mode just because file is loaded.
This commit is contained in:
parent
b36c3da622
commit
9af289f9c2
1 changed files with 0 additions and 4 deletions
|
|
@ -176,10 +176,6 @@ after `show-paren-delay' seconds of Emacs idle time."
|
|||
(and show-paren-overlay-1 (overlay-buffer show-paren-overlay-1)
|
||||
(delete-overlay show-paren-overlay-1)))))))
|
||||
|
||||
;;; For back compatibility we turn ourselves on if we're dumped or loaded.
|
||||
(add-hook 'window-setup-hook '(lambda () (show-paren-mode t)))
|
||||
(show-paren-mode t)
|
||||
|
||||
(provide 'paren)
|
||||
|
||||
;;; paren.el ends here
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue