Add a `--keyword-styles` flag to output styles as keywords. This should also be configurable in Emacs. ## default ```clojure [:div {:style "display: block;"}] ``` ## --keyword-style / (setq hiccup-cli-keyword-style t) ```clojure [:div {:style {:display :block}}] ```