This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2017-05-04
Channels
- # bangalore-clj (3)
- # beginners (23)
- # boot (89)
- # cider (11)
- # cljs-dev (22)
- # cljsjs (5)
- # cljsrn (21)
- # clojure (141)
- # clojure-android (1)
- # clojure-berlin (1)
- # clojure-greece (1)
- # clojure-italy (13)
- # clojure-mke (2)
- # clojure-nl (8)
- # clojure-norway (5)
- # clojure-russia (22)
- # clojure-sg (4)
- # clojure-spec (38)
- # clojure-uk (109)
- # clojurescript (150)
- # consulting (4)
- # core-async (7)
- # cursive (13)
- # datascript (8)
- # datomic (72)
- # dirac (185)
- # emacs (5)
- # figwheel (2)
- # flambo (1)
- # hoplon (13)
- # immutant (6)
- # lambdaisland (7)
- # lumo (46)
- # off-topic (13)
- # om (4)
- # onyx (1)
- # pedestal (1)
- # re-frame (68)
- # reagent (15)
- # rum (16)
- # slack-help (4)
- # spacemacs (22)
- # specter (3)
- # vim (10)
- # yada (28)
I would swear there was a way to toggle SM between two different structural editing modes, but damned if I can find it. Anyone?
Newbie question - I keep getting this error. ‘Symbols value as variable is void company-frontends’. I’l finish an expression then press enter to start a new line but I think Spacemacs is reading it as trying to autocomplete but there is nothing to complete.
Sounds like maybe company, or company-frontends, isn't installed? IIRC company has to be installed on your system to use it for autocompletion. Have you changed any settings related to autocompletion?
Weird. No clue, then. Do you have some customization in the ~/.emacs.d directory left over from customizing a previous emacs distribution?
No idea, then, I'm afraid, other than to google the error, which I'm sure you've done. Good luck!
and just like that cider-pprint-fn
goes back to clojure pprint. (after spacemacs restart)
@jstokes I'd expect you could add (setq cider-pprint-fn fn-you-want)
to your .spacemacs. Or setq-default
.
Gotcha. That's annoying. Maybe you have to setq it (with-eval-after-load 'clojure-mode ... )
?