This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2018-06-20
Channels
- # beginners (94)
- # boot (8)
- # cider (21)
- # cljs-dev (3)
- # cljsjs (5)
- # cljsrn (10)
- # clojure (167)
- # clojure-italy (4)
- # clojure-norway (1)
- # clojure-russia (9)
- # clojure-spec (25)
- # clojure-uk (29)
- # clojurescript (20)
- # cursive (12)
- # datomic (55)
- # emacs (10)
- # fulcro (16)
- # graphql (1)
- # hoplon (18)
- # lein-figwheel (30)
- # off-topic (259)
- # onyx (8)
- # other-languages (13)
- # re-frame (1)
- # reagent (62)
- # ring (8)
- # ring-swagger (28)
- # shadow-cljs (187)
- # spacemacs (15)
- # specter (2)
- # testing (12)
- # tools-deps (38)
anyone else who's unfortunate (just like me) and has to use OSX annoyed by this thing: https://github.com/syl20bnr/spacemacs/issues/10906
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?
i cant start repl because lein-exec
not in the path
@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)
Same thing for platinum searcher, does it work on the command line
aslo pt (platinum searcher) doesnt work
I think because PATH issue as well
emacs 26 spacemacs 0.300
I think I needed to to add
(setq explicit-shell-file-name "/bin/bash")
(setq shell-file-name "bash")
to my user-initin .spacemacs
didnt help(
@kirill.salykin scroll up a bit 🙂 I posted link to the issue
nope, didn’t help