When starting a clojure app via lein on osx, the java coffee cup icon shows in the dock/app switcher. How can this be hidden when:
- running from the command line
- running a repl from the command line
- running from emacs via cider
It all revolves around the environmental variable that gets "-Dapple.awt.UIElement=true" to the running process.