Maikol Solís
Maikol Solís
I hope this PR gets merged soon. 🙏🏻
Ok sure no problem! Sorry, I didn't want to create unnecessary noise. Best.
As temporary solution, I have this in my config.el ```elisp (add-to-list 'eglot-server-programs `((latex-mode :language-id "latex") . ,(eglot-alternatives '(("texlab") ("ltex-ls"))))) ```
Nothing in concrete yet. I don't if we can modify any element on the list of servers in the eglot.el. In the worst case, we need to copy all the...
Ok, I did some progress. The `gamify` file was filled with all this stuff ```elisp ;; -*- emacs-lisp -*- ;; This file was generated by Gamify. ;; DON'T CHEAT, that's...
After reviewing a little your code, the problem is with polymode If I disable `poly-org` just before mark the item as "DONE", then the `gamify` file appears as excepted (I...
Thanks! The package works much better now. To start using this on the daily-basis, I created this dummy function just to add experience points to my items, according to your...
I solved the issue with this: ```elisp (setq org-similarity-custom-python-interpreter "/usr/local/bin/python3.10") ```
This very weird, I tried even with `nil` and it doesn't work ```elisp ((nil . ((lsp-ltex-language . "es") (ispell-local-dictionary . "spanish")))) ```
The only way to override the language is by calling manually `(setq lsp-ltex-language "es")`.