Bozhidar Batsov
Bozhidar Batsov
@jvillasante Ping :-)
That's the problematic bit of code https://github.com/clojure-emacs/clojure-mode/blob/master/clojure-mode.el#L86 I'll address this soon.
> I don't see many references to lisp-mode in clojure-mode apart from lisp-fill-paragraph and stuff like lisp-indent-function which is pretty normal. Decoupling it would mean reimplementing the indent engine, which...
I agree with the points you've made. PR welcome! On Sun, May 21, 2023, at 10:07 AM, yuhan0 wrote: > > > Expected behavior > > EDN is a plain...
I seems to me that all those errors come from `clojure-mode`, not CIDER itself.
That's related to https://github.com/clojure-emacs/clojure-mode/issues/241, right?
I was under the impression that it is a standard to have the 2 leading spaces indentation on every line in Clojure docstrings. I don't recall seeing many (any?) docstrings...
I get the intent, but I'm curious why is the current variable considered to be project-specific, given that nothing about it implies it. Might be better to actually add something...
Yeah, that's fair. As I never used `clojure-cli` much, it's hard for me to assess whether people have more need for global aliases or project aliases (e.g. how like it...
You can do this with more complex prefix args, but I guess that won't fit very well the `dwim` semantics. Perhaps it can detect the presence a comment placeholder after...