Lua ๐ŸŒ’

Results 18 comments of Lua ๐ŸŒ’

This may be more or less equivalent to @jtoloe function, but I have this snippet in the gist below to support ID and attachment links with anchors that I've been...

This fixes the error (feel free to PR to `pdf-tools`, I could not find the issue there): ```patch diff --git a/lisp/pdf-annot.el b/lisp/pdf-annot.el index 81cb639..01465ea 100644 --- a/lisp/pdf-annot.el +++ b/lisp/pdf-annot.el @@...

I made a little package implementing some of `xparse` commands: https://github.com/lucasvreis/xparsejax A lot of stuff is missing, but I think the most common features (except `NewDocumentEnvironment`) are there, including specifiers...

Are you sure the existing suggestion does not work? It is working for me using latest `haskell-mode`.

I'm probably facing the same issue with [lean4](https://github.com/leanprover/lean4-mode), the server complains about unknown project files/modules as if it was spawned in the same directory as the emacs process (instead of...

I saw it, but last time I checked (long ago) lunr seemed more more flexible than stork (the user interface and the way to feed data into it). Now stork's...

Is this a plan for the future or should affect #152? In the end we would still need JS to load the wasm right?

Given that most recent compatibility issues have to do with TH, would it be reasonable to move `inferIxSet` to its own package? It could also use a cabal sublibrary with...