Tony Zorman
Tony Zorman
@dieggsy friendly ping :)
There's a but that I can't figure out right now: Assuming something like ``` haskell myLayout = onWorkspace "4" (tall ||| Full) $ Full ||| tall ||| Mirror tall where...
FWIW, `python-mode` keeps the string syntax property for f-strings, and just propertises the expression within curly braces. Perhaps this is what we should do as well.
I honestly like SMIE for indentation; the code needed is not super difficult to understand, and there's definitely less of it than if we wrote our own indentation logic. Anyways,...
> Out of curiosity, what would the code look like if you used `renderPandocItemWithTransformM` and `pandocItemCompilerWithTransformM`? The basic setup wouldn't be much more difficult, if a bit uglier in my...
> > @EmmanuelCharpentier yes, exactly. The inline typesetting does not work. > > I started to look at it. The original author used multithreaded functions to build and display the...
> Thanks for this. I noticed the debates regarding the register changes. I am not sure if everything is settled regarding that matter? Yeah it was quite a heated discussion,...
> Is this PR still needed? I believe so. Without this change, even setting `register-use-preview=nil`, one has to give Emacs an additional confirmation when using `consult-register-load`. E.g., given a register...
With `traditional` the preview window does not show up until `register-preview-delay` has passed, so one would have to set that variable as well. Judging from the documentation of `register-use-preview`, it...
Fair enough then; feel free to close if you don't think this is necessary