branch: elpa/autothemer commit a528436677a54572849e404882f51a65ad166549 Author: Jason Milkins <jason...@gmail.com> Commit: Jason Milkins <jason...@gmail.com>
0.2.10 --- autothemer.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/autothemer.el b/autothemer.el index c1d2fb49ad..e7bdce5d9e 100644 --- a/autothemer.el +++ b/autothemer.el @@ -7,7 +7,7 @@ ;; Maintainer: Jason Milkins <jason...@gmail.com> ;; ;; URL: https://github.com/jasonm23/autothemer -;; Version: 0.2.9 +;; Version: 0.2.10 ;; Package-Requires: ((dash "2.10.0") (emacs "26.1")) ;; ;;; License: @@ -591,7 +591,7 @@ Swatch Template parameters: (concat autotheme-name "-") "" (format "%s" (autothemer--color-name it))))) (x (+ page-left-margin (* (+ h-space swatch-width) (% index columns)))) - (y (+ page-top-margin (* (+ v-space swatch-height) (/ index columns))))) + (y (+ page-top-margin (* (+ v-space swatch-height) (/ index columns))))) (format swatch-template x y