Variable: evil-list-view-mode-hook

evil-list-view-mode-hook is a variable defined in evil-common.el.

Value

nil

Documentation

Hook run after entering evil-list-view-mode.

No problems result if this variable is not bound. add-hook automatically binds it. (This is true for all hook variables.)

Source Code

;; Defined in ~/.emacs.d/elpa/evil-20251108.138/evil-common.el
(define-derived-mode evil-list-view-mode tabulated-list-mode
  "Evil List View"
  (tabulated-list-init-header)
  (tabulated-list-print))