emacs

Consider also joining #cider, #lsp and #inf-clojure, where most of the tool-specific discussions are happening.
Risetto 2020-08-24T12:34:14.024Z

When I use exec-path-from-shell it crashes when I have ZSH_TMUX_AUTOSTART=true in my .zshrc, does anyone know how I can make exec-path-from-shell work without removing that line?

Risetto 2020-08-24T12:47:10.024800Z

I just wrapped my ZSH_TMUX stuff inside a if [ ! -z "$INSIDE_EMACS" ] , not ideal maybe but it worked