Nicholas Vollmer

Results 282 comments of Nicholas Vollmer

I stopped using org-roam quite some time ago because it became much more than what I needed/wanted out of such a system. I currently use a private package I've authored...

> How about merging Org Roam into Org, now that version 2 is lean and Emacs ships with SQLite out of the box? The project might get more love on...

It's due to the way `org-ql-completing-read` let-binds `completion-styles-alist`. Changing the binding so that it appends the `org-ql-completing-read` cell to the front of the alist prevents the error and allows helm...

Adam Porter ***@***.***> writes: > @progfolio Thanks for that. Do you mean that, if the > org-ql-completing-read style is > added to the front of completion-styles-alist rather than > replacing...

I don't use Vertico, so I'm not sure how it works there.

For now the solution is to push the package to `elpaca-ignored-dependencies` prior to it being queued. ```emacs-lisp (push 'notmuch elpaca-ignored-dependencies) ``` However, that's not great for when a dependency is...

> (Sorry for the delay, I was not notified of your reply.) Not a problem > As what I did works, should I add `notmuch` to the > `elpaca-ignored-dependencies`? I’m...

> Ah, I understand. Thank you for the explanation, and I confirm it works great. Glad to hear it! You're welcome and thank you.

> ### Elpaca Version > Elpaca 4e68fdf Please use the output of `M-x elpaca-version` in future issues. It includes additional information, such as your emacs-version. > I tried elpaca today,...

> I didn't have this issue with `package.el`. package.el recently added the `package-install-upgrade-built-in` user option. Perhaps I'll add something similar in the future. > Perhaps, elpaca should automatically > install...