From ecea24c5d477edfca3f41ad0d58ef27005537abb Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 19 Oct 2025 05:35:49 -0500 Subject: fix:calibre/epub:fix linter and docstring errors --- modules/calibredb-epub-config.el | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'modules/calibredb-epub-config.el') diff --git a/modules/calibredb-epub-config.el b/modules/calibredb-epub-config.el index 5050807f..8631be8e 100644 --- a/modules/calibredb-epub-config.el +++ b/modules/calibredb-epub-config.el @@ -42,6 +42,12 @@ (require 'user-constants) ;; for books-dir +;; Declare functions from lazy-loaded packages +(declare-function calibredb-find-create-search-buffer "calibredb" ()) +(declare-function calibredb-search-keyword-filter "calibredb" (keyword)) +(declare-function cj/open-file-with-command "system-utils" (command)) +(declare-function visual-fill-column-mode "visual-fill-column" (&optional arg)) + ;; -------------------------- CalibreDB Ebook Manager -------------------------- (use-package calibredb @@ -129,7 +135,7 @@ (defun cj/nov-center-images () "Center images in the current Nov buffer without modifying text. -Use line-prefix and wrap-prefix with a space display property aligned to a +Use `line-prefix' and `wrap-prefix' with a space display property aligned to a computed column based on the window text area width." (let ((inhibit-read-only t)) ;; Clear any prior centering prefixes first (fresh render usually makes this -- cgit v1.2.3