aboutsummaryrefslogtreecommitdiff
path: root/tests/test-calibredb-epub-config.el
Commit message (Collapse)AuthorAgeFilesLines
* refactor(epub): clean up calibredb-epub-config.elCraig Jennings2026-05-111-0/+52
Dropped the 1-second `:defer' from the calibredb use-package and the redundant explicit `nov-render-document' call in `cj/nov-apply-preferences'. Nov / visual-fill-column text width now recalculates on `window-configuration-change-hook'. `cj/nov--text-width-for-window' computes the (clamped, minimum-readable) width and `cj/nov-update-layout' installs it buffer-locally. Lowered `calibredb-search-page-max-rows' from 20000 to 500 (pagination was effectively disabled). Replaced the anonymous zathura keybinding with `cj/nov-open-external'. Tests cover the width computation and the external-open binding.