Fix: (ushin-shapes--build-tag) Fix indentation By putting a space after the opening parenthesis, we can trick automatic indentation into doing it correctly. Stefan Monnier, for example, recommends doing it like this.
1 files changed, 7 insertions(+), 7 deletions(-) M ushin-shapes.el
M ushin-shapes.el => ushin-shapes.el +7 -7
@@ 62,13 62,13 @@ `(,(concat ":\\(" shape "\\):") . ((lambda (tag) (svg-lib-icon ,shape `(:background "transparent" :foreground ,ushin-shapes-foreground-color :padding 0 :stroke 0 :height 1 :scale 0.8 :collection "ushin")))))) `( :background "transparent" :foreground ,ushin-shapes-foreground-color :padding 0 :stroke 0 :height 1 :scale 0.8 :collection "ushin")))))) (defun ushin-shapes-tags () "Return list of ushin `svg-tag-mode' tags."