Fork me on GitHub
#spacemacs
<
2018-06-20
>
ag18:06:14

anyone else who's unfortunate (just like me) and has to use OSX annoyed by this thing: https://github.com/syl20bnr/spacemacs/issues/10906

ag18:06:39

Another OSX Emacs GUI issue that kinda, sorta mildly annoying: for whatever reason when I switch between fullscreen and windowed mode the gamma changes, ever so slightly but that's frustratingly noticeable. For example on my dark color theme - when I start Emacs it looks a bit lighter (which I presume the default gamut of the theme). Then I switch to fullscreen - it gets slightly brighter. Then I switch to windowed mode - it gets really dark. Whatta hell is happening I don't understand. Anyone else having similar experience?

agigao04:06:01

nope. never experienced something similar.

kirill.salykin19:06:20

i cant start repl because lein-exec not in the path

practicalli-johnny20:06:10

@kirill.salykin I am assuming you can run lein repl on the command line. If so, try running emacs from the command line too. This can help emacs pick up leiningen on your path (depending on which operating system you are using)

practicalli-johnny20:06:36

Same thing for platinum searcher, does it work on the command line

kirill.salykin19:06:41

aslo pt (platinum searcher) doesnt work

kirill.salykin19:06:00

I think because PATH issue as well

kirill.salykin19:06:16

emacs 26 spacemacs 0.300

Aleksander19:06:11

I think I needed to to add

(setq explicit-shell-file-name "/bin/bash")
  (setq shell-file-name "bash")
to my user-init

Aleksander19:06:08

in .spacemacs

ag21:06:22

@kirill.salykin scroll up a bit 🙂 I posted link to the issue

ag22:06:30

placing (spacemacs/loadenv) in dotspacemacs/user-config I think worked for me

kirill.salykin08:06:08

nope, didn’t help