Augusto Stoffel
Augusto Stoffel
Do you mean to add some color / different face for the body of markdown cells? That would be a cool feature, it shouldn't be overly complex but there are...
Sure, I'll have a look _eventually_. Thanks :-).
It's fixed now.
Did you try `jit-spell-correct-word`? I'm not in principle against adding a cycling command as in Flyspell, but I'm not convinced they are more usable.
Okay, I fixed the sorting in `jit-spell-correct-word`, so now the top of the list is the right choice 95% of the time :-). You still need to do `C-; RET`...
Okay, I use org capture so I should be able to reproduce and figure out what's going on.
Are you using the current ELPA version (0.1) or the latest git? I see some glitches in the indirect buffer but not the breakage that you described.
It doesn't work on indirect buffers for the same reason that bug-reference-mode doesn't. This means I can only fix the problem if I add workarounds specifically to deal with the...
Right, I use ispell.el to start the ispell process and that's it. Supporting rcirc should be doable by doing `(add-function :filter-return (local 'jit-spell--filter-region) something)`, where `something` receives a list of...
> I would like to have ricrc work OOTB for all users, not just for me so the advice isn't the right approach for me. Yes, sorry, I meant to...