I use vim, and I add the following snippet to my `~/.vimrc` file ``` au BufWritePost *.cljs !cljfmt -w % ``` Thanks for this good tool again.