Hi there,
After applying @prot's patches, I was able to get `git-email' to
install with Straight using the following snippet:
(straight-use-package
'(git-email :type git :local-repo "~/code/jh/git-email" :build nil))
(require 'git-email)
I was going to submit a patch to the docs, suggesting users install
`git-email' in a manner similar to the above, I have no idea if
`:build nil' is indicative of a bug/code-smell or not.
Hope that helps!
Hi everyone,
Forgive me if I'm wrong, but is `:build nil` really needed? The package
seems to build fine without it under Doom Emacs.
EV