aboutsummaryrefslogtreecommitdiff
path: root/ennum-html.el
diff options
context:
space:
mode:
authorArun Isaac2022-08-18 23:13:22 +0530
committerArun Isaac2022-08-18 23:22:42 +0530
commit269f30c781fefa08c5ba281bf66fd0c861c3b643 (patch)
tree6e573399c0e9e6ae66cc865c7e325fe52b1ac55c /ennum-html.el
parent4d37244cb76c7e1b9ecc17e6020e8da37b7ca0c2 (diff)
downloadennum-269f30c781fefa08c5ba281bf66fd0c861c3b643.tar.gz
ennum-269f30c781fefa08c5ba281bf66fd0c861c3b643.tar.lz
ennum-269f30c781fefa08c5ba281bf66fd0c861c3b643.zip
Rename :default-image-width property to :image-width.
* ennum.el (ennum-publish-link): Use :image-width instead of :default-image-width. (ennum-setting): Rename :default-image-width property to :image-width. * ennum-html.el (ennum-html-link): Use :image-width instead of :default-image-width.
Diffstat (limited to 'ennum-html.el')
-rw-r--r--ennum-html.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/ennum-html.el b/ennum-html.el
index 907eb94..9dc0a83 100644
--- a/ennum-html.el
+++ b/ennum-html.el
@@ -297,7 +297,7 @@
link :path (url-encode-url
(expand-file-name*
(ennum-image-output-filename
- path (ennum-setting :default-image-width))
+ path (ennum-setting :image-width))
(ennum-setting :images-directory))))
:type "file")
desc info))))