Jean-Nicolas Lagneau

Results 6 comments of Jean-Nicolas Lagneau

Wouldn't `cargo clean` do that for you?

theme: `doom-molokai` ``` Warning: setting attribute ‘:distant-foreground’ of face ‘line-number-current-line’: nil value is invalid, use ‘unspecified’ instead. Warning: setting attribute ‘:distant-foreground’ of face ‘line-number’: nil value is invalid, use ‘unspecified’...

I had no issues with this .dir-locals.el file placed at the root of my project. ```el ((php-mode . ((phpunit-args . ("exec" "php" "bin/phpunit")) (phpunit-executable . "docker-compose")))) ``` adapt to your...

@jackhumbert is there anything preventing you to release that feature as an option?

On which system? By default dirvish, or rather, dired is using the LS command of your system, except on Windows where it uses an internal elisp implementation of LS. I...

Maybe other environment variables could help like `LANG=zh_CN.UTF-8` in addition to `LC_COLLATE`. I don't really know how Pinyin sorting is supposed to work, but locales should handle the sorting for...