fix(tty): s/tty-setup-hoom/tty-setup-hook

Amend: e25e684014
This commit is contained in:
Henrik Lissner
2025-05-16 10:55:03 +02:00
parent bd908e4c47
commit 6d9484820a

View File

@ -21,7 +21,7 @@
;; Support for child frames in terminal frames was added in 31. Enable it, if it
;; is available.
(when (featurep 'tty-child-frames)
(add-hook 'tty-setup-hoom #'tty-tip-mode))
(add-hook 'tty-setup-hook #'tty-tip-mode))
;; Windows terminals don't support what I'm about to do, but best not to wrap
;; this in an OS check, in case you're using WSL or Cygwin, which *might*