mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-27 07:37:33 +00:00
Don't enable the mode just because file is loaded.
This commit is contained in:
parent
b36c3da622
commit
9af289f9c2
@ -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…
Reference in New Issue
Block a user