emacs

Consider also joining #cider, #lsp and #inf-clojure, where most of the tool-specific discussions are happening.
danielgrosse 2020-12-14T07:05:54.255Z

Finally I found the solution, as it is described here: https://github.com/hlissner/doom-emacs/issues/1335

bozhidar 2020-12-14T11:52:37.255900Z

It's some of my earlier work, but it's just as relevant 10 years later πŸ˜„ (https://github.com/bbatsov/guru-mode)

4πŸ‘
zach 2020-12-14T20:23:29.258300Z

Hi! I was wondering if anyone had advice/experience with working with doom-emacs and clojurescript (specifically a project created using https://github.com/day8/re-frame-template ? I cannot connect my emacs to the repl created by this template, but am uncertain if it’s an issue with my doom setup, the template, or my expectations about either.

Gleb Posobin 2020-12-15T13:13:52.263900Z

Cider-jack-in starts a new server for the repl, yes. I think I was also having problem with running shadow through lein so instead I am starting the shadow-cljs watch through cider-jack-in-cljs. Can you try that?

Gleb Posobin 2020-12-15T13:14:55.264300Z

Emphasis on shadow-cljs watch as opposed to lein watch.

zach 2020-12-15T19:29:09.266900Z

ah, I shall try that!

zach 2020-12-15T19:56:40.267900Z

@posobin, that worked! It took a minute, but I have a connected doom session. Thank you!