Nicholas Vollmer
Nicholas Vollmer
https://github.com/radian-software/straight.el/issues/1143#issuecomment-1934119026
> this simple approach will overwrite any local changes the user made to the local package repo, but as I said that I don't think that would be a big...
> Would you submit this as a PR with updates to the documentation and changelog, please? No thanks. I meant it more as a suggestion. Feel free to use or...
`straight-dependencies` only works for packages which have external dependencies (not files which are included with Emacs). It looks like "dash" only declares a minimum Emacs version and hydra requires "cl-lib"...
> Why this restriction needed? Just because a package has no dependency (either external or built-in), it would be fair to return an empty list or nil. This should be...
When trying `org-ql-find` with helm enabled, I get the following backtrace: ```emacs-lisp Debugger entered--Lisp error: (error "Invalid completion style helm") error("Invalid completion style %s" helm) #f(compiled-function (style) #)(helm) completion--some(#f(compiled-function (style)...
> I might be wrong, but I don't think you can temporarily change the value of a global variable within a let expression. You are incorrect. let-binding special variables is...
> it's not intended for Matrix users to enter their password or "log in" every time they connect Interesting. I'd much prefer that to storing a plain-text auth token to...
> Well, of course, it would be good if Ement offered a UI for managing sessions, similar to what Element offers. That should go on the to-do list. Agreed. Glad...
I was able to get it to work via the following: Test Case ```emacs-lisp (straight-bug-report :pre-bootstrap (require 'use-package-core) :post-bootstrap (use-package doct :straight t)) ``` - Test run at: `2022-12-29 00:53:38`...