Vedang Manerikar
Vedang Manerikar
This fork is now the official version of `org-noter` and is almost 500 commits ahead at the time of this writing.
Cask errors are getting increasingly difficult to diagnose, and the community seems to be moving away from the project for dependency management. Related issue: #205
See my comment on the linked issue #269 , and the related commit which closes this issue for details about the problem.
This helps folks making changes ensure that everything is working correctly before submitting the PR.
There were two entries for `twitter.com` in the `DISTRACTORS` list. This commit: 1. Removes the duplicate entry for twitter. 2. Adds a new entry for `x.com`. 3. Adds a new...
I tried installing concentration using pipx (`pipx install concentration`) as well as compiling it (`poetry install`). In both cases, it failed with the following error: ``` Installing dependencies from lock...
`eglot--executable-find` was an internal function that has been removed in the latest version of Eglot (1.17). Due to this, `emacs-pet` no longer works with Eglot correctly, since it's advice is...
**Description** `emacs-pet` advices the Eglot internal function `eglot--executable-find`. This function existed till Eglot version 1.16, but has been completely removed in Eglot version 1.17 -- Eglot now just uses `executable-find`,...