Maikol Solís

Results 125 comments of Maikol Solís
trafficstars

Yes sure, no problem. You've done an impressive work with this and other packages. Thanks again.

There is a package dedicated only for R tree-sitter language: https://melpa.org/#/tree-sitter-ess-r https://github.com/ShuguangSun/tree-sitter-ess-r I hope that `tree-sitter-ess-r` could be merge into the langs for maximum exposure. Best.

Thanks for your answer. > is there any difference between \\[...\\] display math and equation* envs? I just always use \\[...\\], I don't see the need for toggling between that...

> Sorry for the delay. The sidebar is actually a regular window where I put an agenda view. My agendas are "sticky" such that I can have several at the...

Incredible! I'm using a tweaked version of yours right now! Thanks. ![image](https://user-images.githubusercontent.com/4078489/156846224-c414d197-9870-4105-94d0-16151b0caf8b.png)

Hi! I just discovered the eglot counterpart for `lsp-ltex` called `eglot-lsp` (https://github.com/emacs-languagetool/eglot-ltex). What do you think? Is it worth include it in this PR or it could be in a...

One workaround is to use the greeting as signature. With this, the signature is always positioned above the replies. ``` (setq org-msg-greeting-fmt "\n\n#+begin_signature\n--\nMy signature\n#+end_signature") ``` Best.

The same error triggers when the file only has this line `paste("x", 1:10)` ``` [Trace - 05:01:14 AM] Sending request 'textDocument/hover - (12)'. Params: { "textDocument": { "uri": "file:///home/msolis/Proyectos/vignettes/test.R" },...

Hi guys! Just a little update. I tried eglot over TRAMP and everything works fine. This is the events' log. ``` [stderr] nil [stderr] [stderr] Last login: Thu Sep 22...

@jidicula You are a life saver. I followed your steps and I have Emacs running again. Infinite thanks!