eldoc-mouse-nov 
- Description
- Preview epub link for mouse hover
- Latest
- eldoc-mouse-nov-0.1.1.tar (.sig), 2026-Mar-30, 50.0 KiB
- Maintainer
- Huang Feiyu <sibadake1@163.com>
- Website
- https://github.com/huangfeiyu/eldoc-mouse-nov
- Browse ELPA's repository
- CGit or Gitweb
- All Dependencies
- eldoc-mouse (.tar), nov (.tar)
- Badge
To install this package from Emacs, use package-install or list-packages.
Full description
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.
Old versions
| eldoc-mouse-nov-0.1.tar.lz | 2026-Mar-29 | 12.9 KiB |