~ushin/ushin-shapes.el

0ebb9e4f799c7bb19576d26be4e1cb5938eca42a — Jonas Bernoulli 1 year, 1 month ago d3dbd15
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."