branch: externals/calibre
commit 8f1eab28115a30a2723f3daf5eee38074545f717
Author: Kjartan Óli Ágústsson <[email protected]>
Commit: Kjartan Óli Ágústsson <[email protected]>
Allow customisation of the calibredb executable path
* calibre.el (calibre-calibredb-executable): Created
---
calibre.el | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/calibre.el b/calibre.el
index 15d4cb8790..921ad8f3fd 100644
--- a/calibre.el
+++ b/calibre.el
@@ -33,6 +33,11 @@
"Interact with a Calibre library."
:group 'calibre)
+(defcustom calibre-calibredb-executable "calibre"
+ "The calibredb executable to use."
+ :type 'string
+ :package-version '("calibre" . "0.1.0"))
+
(defcustom calibre-library-dir "~/Documents/Calibre"
"The root directory of the Calibre library."
:type 'directory