Fork me on GitHub
#spacemacs
<
2018-01-22
>
ag02:01:08

@zane just add clj-refactor into dotspacemacs-excluded-packages

zane17:01:23

@ag Yep. I did that it seems like the instructions romain posted may be out-of-date?

zane17:01:44

I put it in dotspacemacs-excluded-packages an then sadly ran into this bug: https://github.com/syl20bnr/spacemacs/issues/3424

ag17:01:42

so what's wrong with clj-refactor, why do you need to remove it?

zane17:01:12

I've got everything in a reasonable place now, but since you're asking: clj-refactor has some conflicts with Clojure 1.9 that trigger warnings. I was trying to get rid of those warnings to make the other warnings more visible / trustworthy.

vuuvi18:01:28

does anyone here use shells in emacs? Trying to figure out if it’s the kind of thing I can do to improve my workflow or if it’s not something people really do.

ag19:01:40

my tmux config got kinda borked after updating, I stopped using it (until I'd clean up and fix my config). And then I decided to try eshell. I'm mostly using eshell now. My tmux config still borked, I do sometimes run things in iTerm (with no tmux)

ag19:01:06

eshell is cool

vuuvi19:01:07

what’s your workflow like? How was it learning eshell?

practicalli-johnny20:01:54

@alexkeyes I use zsh for my standard treminal setup. So I configured Spacemacs to use the same shell using multi-term https://practicalli.github.io/spacemacs/create-a-project/using-emacs-eshell.html

practicalli-johnny20:01:41

I also used ohmyzshell to configure my zsh setup. Works really well. Some themes may not work as well inside Emacs though,

vuuvi20:01:56

yeah oh my zsh is great

vuuvi20:01:19

also thanks for writing that gitbook @jr0cket! It’s great I’ve used it a ton and shown it to people.

practicalli-johnny21:01:35

One day I will finish that gitbook...

vuuvi22:01:41

Would like any help?

ag23:01:21

does anyone know what's needed to start using cljfmt in Spacemacs? just adding lein plugin dependency to your profiles enough?