Aaron Jensen

Results 199 comments of Aaron Jensen

Hi @wyuenho, you're welcome! You can adjust the actual executable with `eslintd-fix-executable`, so you could change that to `yarn eslint_d` if need be, I believe. Does that work for you...

Ah, good point! In the interim, you could try creating a script somewhere that runs `yarn eslint_d "$@"` and point to that.

Sounds good. Were you able to try the script approach?

I currently don't have that in my fork: ```el (propertize " " 'face face-modeline 'display `(space :align-to (- right ,right-len))) ``` That's all I have and this is what it...

`master` looks right to me

I [updated mine](https://github.com/aaronjensen/nano-modeline/commit/e4c66c6767e808230f026ac132e3a239bfd0db9f). There's still a difference w/ the `right-len`, I don't know why what the significance of `(- right-len 0)` is and putting `right-len` in its stead seems to...

Also: ``` (setq no-mode-line t) ``` That's a built-in work-around AFIACT and it's what I do now. The reason it is as it is is that it expects [a face...

For what it's worth, I think the status change took things in the wrong direction. From a UX perspective, we now have the thing that draws the most attention visually...

@hans-d I tried something like #27 and I wouldn't want to use it. I don't think it's right either. What it was before was ok for me, a small thing...

@rarkins interesting. Which repo are you referring to? asdf is the tool that makes use of `.tool-versions`, not the repo I was writing in about. The repo is private.