Sylvain Benner

Results 113 comments of Sylvain Benner

For reference, this was already the case with previous commit.

`OSX` layer was not responsible of importing env. vars, this was and still is done in `spacemacs-bootstrap` layer. We don't cache env. vars anymore, we fetch them _all_ at startup...

@anton-trunov can you test with a quick patch of the spacemacs code there ? https://github.com/syl20bnr/spacemacs/blob/develop/layers/+distributions/spacemacs-bootstrap/funcs.el#L26-L27 Replace the `if` expression with: ``` (let ((shell-command-switch "-ic")) (if dotspacemacs-import-env-vars-shell-file-name (let ((shell-file-name dotspacemacs-import-env-vars-shell-file-name)) (split-string...

@anton-trunov you can try by just evaluating the code above, no need to patch the code I believe. What does the `let` bindings above returns for you ?

If you use [use-package](https://github.com/jwiegley/use-package) you can use `:diminish` keyword, otherwise you can use directly the package [diminish](http://melpa.org/#/diminish). It is easy to hide any lighter with it, call `(diminish 'golden-ratio-mode)`.

+1 for unauthenticated request, cc @sigma

Well that would be cool to merge this since it is still a blocker since 2024.

Thank you for the PR :+1: With last develop branch of Spacemacs it should not happen anymore so I'm not sure the PR is still needed, can you confirm ?

Sure that would be cool, if anyone want to contribute this I'll be happy to review it.

2 years later... @NightMachinary if you still want to contribute this feel free to do it, thank you :shipit: