This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-02-05
Channels
- # bangalore-clj (2)
- # beginners (132)
- # boot (311)
- # cider (5)
- # cljs-dev (27)
- # cljsjs (2)
- # cljsrn (16)
- # clojure (76)
- # clojure-art (1)
- # clojure-france (8)
- # clojure-russia (35)
- # clojure-spain (3)
- # clojure-spec (2)
- # clojure-uk (11)
- # clojureindia (1)
- # clojurescript (98)
- # core-async (3)
- # css (9)
- # cursive (9)
- # datascript (7)
- # datomic (7)
- # emacs (30)
- # jobs (1)
- # lein-figwheel (7)
- # london-clojurians (1)
- # lumo (14)
- # off-topic (6)
- # om (1)
- # planck (3)
- # protorepl (1)
- # re-frame (27)
- # reagent (17)
- # spacemacs (10)
- # untangled (1)
- # yada (16)
Hey @ag (and anyone else in the know) I'm using the latest version of spacemacs on MacOS.
So when I try to run a command like M-x magit-status
, I get the error message.
apply: Searching for program: No such file or directory, git
I've tried the below configuration, but no dice.
(let ((path (shell-command-to-string ". ~/.bash_profile; echo -n $PATH")))
(setenv "PATH" path)
(setq exec-path
(append
(split-string-and-unquote path ":")
exec-path)))
I can get it working on my custom emacs configuration (https://github.com/twashing/sunra/blob/master/packages/core/sunra-baseline.el#L45-L50).
check the version of emacs you’re using. It’s recommended to use emacs-plus tap https://github.com/d12frosted/homebrew-emacs-plus on os x.