This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-10-27
Channels
- # aws (3)
- # aws-lambda (8)
- # bangalore-clj (1)
- # beginners (155)
- # boot (13)
- # cider (88)
- # cljs-dev (3)
- # cljsrn (9)
- # clojure (120)
- # clojure-india (1)
- # clojure-italy (2)
- # clojure-norway (1)
- # clojure-romania (2)
- # clojure-russia (41)
- # clojure-spec (4)
- # clojure-uk (34)
- # clojurescript (68)
- # core-logic (16)
- # cursive (11)
- # data-science (9)
- # datomic (19)
- # dirac (6)
- # duct (20)
- # emacs (7)
- # events (2)
- # figwheel (4)
- # fulcro (12)
- # graphql (1)
- # hoplon (68)
- # klipse (1)
- # leiningen (7)
- # lumo (11)
- # off-topic (9)
- # onyx (114)
- # pedestal (4)
- # protorepl (15)
- # re-frame (60)
- # reagent (3)
- # ring (18)
- # shadow-cljs (15)
- # spacemacs (82)
that CIDER version is from 2014. not sure why you have a reference to 0.8.1 anywhere
this problem normally comes up when people are using the brave clojure setup but i think its normally 0.8.2
although this seems like the backwards version. Do you know how to use the package manager in emacs, @h.elmougy
M-x list-packages
search for CIDER, hit u
for upgrade when point is on the same line, and then x
for execute
I got an error after installing cider. I fed up of this. do you know any guide to install a fresh version of cider ?
Because if you installed it with the emacs package manager it should largely "just work"
@h.elmougy i'm back from lunch. can you describe what you're doing? it seems like you are doing more than just installing CIDER. are you working on getting a full emacs install up and running?
@dpsutton already installed CIDER by I want to paredit and the theme installed from brave and true guide but i can't get it to work
but honestly, the brave and true guide should not be followed for setting up cider. they give you a repo to clone that has compiled emacs lisp byte code and pegs you to a three year old version of CIDER. I think there are changes in the bytecode interpreter and things get really wonky with the checked-in .elc files.
give that setup a go. i think you'll find things work just fine. if you like vim keybindings spacemacs is for sure the way to go
yes and i don't want to follow the guide I want to install all the components myself to upgrade them and understand what every component is actually doing
also, try M-x list-packages
to ensure that you have a fresh copy of all of the packages available
(add-to-list 'package-archives '("melpa-stable" . "http://melpa-stable.milkbox.net/packages/")) (add-to-list 'package-archives '("marmalade" . "https://marmalade-repo.org/packages/"))
remove this line from your init:
(add-to-list 'package-archives
'("marmalade" . " "))
theme is pretty personal across users so just google emacs themes and see what's out there. i'm not sure what you mean by highlights but there's show-paren-mode
that i use
there's lots of good stuff out there. the think i linked earlier, emacs prelude has lots of super useful helper functions
the maintainer of emacs is a super cool guy and has his dot emacs here: https://github.com/jwiegley/dot-emacs
i used a premade one and extended it as i needed. there's gonna be lots of stuff you will recreate and its awesome if you do. you'll learn emacs lisp: the most widespread used lisp 🙂