branch: elpa/autothemer commit f4ab56f44fc39a23aab8313fe1c614aeace510a6 Author: jasonm23 <jason...@gmail.com> Commit: jasonm23 <jason...@gmail.com>
Structural change v-stacking --- autothemer.el | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/autothemer.el b/autothemer.el index 83547ec708..a29a96d4f9 100644 --- a/autothemer.el +++ b/autothemer.el @@ -36,9 +36,17 @@ (require 'lisp-mnt) (require 'subr-x) -(cl-defstruct autothemer--color name value) - -(cl-defstruct autothemer--theme colors defined-faces name description) +(cl-defstruct + autothemer--color + name + value) + +(cl-defstruct + autothemer--theme + colors + defined-faces + name + description) (defvar autothemer--current-theme nil "Internal variable of type `autothemer--theme' used by autothemer.