Skip to content

Instantly share code, notes, and snippets.

@mpenet
Created January 21, 2021 10:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mpenet/f5fbc82987dc2df331eaf5bcbdbc2430 to your computer and use it in GitHub Desktop.
Save mpenet/f5fbc82987dc2df331eaf5bcbdbc2430 to your computer and use it in GitHub Desktop.
(defun cljfmt ()
(interactive)
(async-shell-command "lein cljfmt fix && echo 'done'"
"*cljfmt-output*"
"*cljfmt-err*"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment