Variable: after-change-major-mode-hook

after-change-major-mode-hook is a variable defined in subr.el.gz.

Value

(hywiki-word-highlight-in-current-buffer
 hywiki-word-add-completion-at-point
 enriched-after-change-major-mode
 eglot--maybe-activate-editing-mode
 global-eldoc-mode-enable-in-buffers
 which-func-ff-hook)

Documentation

Normal hook run at the very end of major mode functions.

View in manual

Probably introduced at or before Emacs version 22.1.

Source Code

;; Defined in /usr/src/emacs/lisp/subr.el.gz
(defvar after-change-major-mode-hook nil
  "Normal hook run at the very end of major mode functions.")