[NonGNU ELPA] Eldoc-Mouse-Nov version 0.1
ELPA update <[email protected]> Sun, 29 Mar 2026 17:08:10 -0400
| Newsgroups | gmane.emacs.sources |
|---|---|
| Message-ID | <[email protected]> |
Version 0.1 of package Eldoc-Mouse-Nov has just been released in NonGNU ELPA.
You can now find it in M-x list-packages RET.
Eldoc-Mouse-Nov describes itself as:
=================================
Preview epub link for mouse hover
=================================
More at https://elpa.nongnu.org/nongnu/eldoc-mouse-nov.html
## Summary:
This package enhances `nov-mode' by displaying the content of the link in a
popup when the mouse hovers over a link.
To use, ensure `eldoc-mouse' is installed, then add the following:
(use-package eldoc-mouse :ensure t
;; replace <f1> <f1> to a key you like, "C-h ." maybe.
:bind (:map eldoc-mouse-mode-map
("<f1> <f1>" . eldoc-mouse-pop-doc-at-cursor)) ;; optional
;; enable mouse hover
:hook (eglot-managed-mode emacs-lisp-mode nov-mode))
(use-package eldoc-mouse-nov
:ensure t
:after (eldoc-mouse)
:hook (nov-mode))
to your Emacs configuration.
## Recent NEWS:
[Not provided 🙁]