~ushin/ushin-shapes.el

b708559a8343625620eb8bffb3516138b81f1b40 — Jonas Bernoulli 11 months ago ed8ea4e
Tidy: Use dolist instead of mapc for side-effects

It's a bit more readable in this case.
1 files changed, 2 insertions(+), 2 deletions(-)

M ushin-shapes.el
M ushin-shapes.el => ushin-shapes.el +2 -2
@@ 79,8 79,8 @@
  (cond (ushin-shapes-mode
         (cl-pushnew (cons "ushin" ushin-shapes-icon-collection)
                     svg-lib-icon-collections :test #'equal)
         (mapc (lambda (tag) (cl-pushnew tag svg-tag-tags :test #'equal))
               (ushin-shapes-tags))
         (dolist (tag (ushin-shapes-tags))
           (cl-pushnew tag svg-tag-tags :test #'equal))
         (svg-tag-mode +1)
         (add-hook 'text-scale-mode-hook #'ushin-shapes-mode))
        (t