dotfiles/emacs/.emacs.d/elpa/evil-collection-20260818.145/modes/eldoc
2026-08-28 16:04:44 +08:00
..
evil-collection-eldoc.el changes related to making the emacs configuration permanent 2026-08-28 16:04:44 +08:00
evil-collection-eldoc.elc changes related to making the emacs configuration permanent 2026-08-28 16:04:44 +08:00
README.org changes related to making the emacs configuration permanent 2026-08-28 16:04:44 +08:00

eldoc

Evil bindings for the buffer popped by eldoc-doc-buffer.

Key bindings

Applied via evil-collection-eldoc-doc-buffer-mode, a minor mode attached to the *eldoc* buffer.

Command Original Evil
quit-window q q, ZZ
evil-quit n/a ZQ

Notes

On Emacs < 29, the minor mode is attached via advice on eldoc-doc-buffer. On Emacs 29+, eldoc buffers derive from special-mode, which evil-collection covers separately.