This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-05-11
Channels
- # announcements (1)
- # aws (4)
- # beginners (16)
- # cider (9)
- # cljs-dev (3)
- # cljsrn (2)
- # clojure (46)
- # clojure-brasil (1)
- # clojure-spec (3)
- # clojure-uk (4)
- # clojurescript (46)
- # cursive (26)
- # duct (1)
- # emacs (31)
- # figwheel (1)
- # fulcro (9)
- # graalvm (21)
- # kaocha (1)
- # nyc (1)
- # off-topic (4)
- # pathom (6)
- # planck (45)
- # re-frame (2)
- # reagent (11)
- # ring (5)
- # rum (9)
- # spacemacs (2)
- # sql (60)
- # tools-deps (3)
The Emacs setup in http://BraveClojure.com is very old and out of date, particularly for CIDER. Suggest you look at http://www.cider.mx/en/latest/installation/. Or if you use Spacemacs, take a look at https://practicalli.github.io/spacemacs/
Thanks!
I installed zsh for now... But would like to uninstall it and still be able to run the REPL from Emacs
should I paste the error here?
I got it from "brave and true"
I Think I'll just keep zsh installed for now... Everything seems to work when it's installed
ubuntu
ok. i'm guessing this is because you still have a .zshrc file laying around. I hypothesize that if you rename this file this problem goes away
there's a package exec-path-from-shell
that loads shell info stuff but actually isn't aware that you no longer have zsh involved. I bet there's some aliases involved that assume zsh is present and this breaks
I uninstalled zsh and renamed .zshrc, and it didn't do the trick
wher do I eval it?
alternatively, you can paste it into the scratch buffer which is set up as an elisp file
it evals to /home/my-username/bin/lein
Thanks for the help... It's working when zsh is installed, I'll just keep it at that and call it a night for now
Getting late for me
Good night and thanks again 🙂
The Emacs setup in http://BraveClojure.com is very old and out of date, particularly for CIDER. Suggest you look at http://www.cider.mx/en/latest/installation/. Or if you use Spacemacs, take a look at https://practicalli.github.io/spacemacs/