Utah, USA
Husband, father, and Emacs fanatic. PhD student at the University of Utah studying programming languages.
Most of my work is currently on GitHub. Slowly moving to SourceHut; most of my new projects live here. You can contact me via any of the means listed on my blog.
Comment by ~ashton314 on ~ashton314/emacs-bedrock
Closed by 60cedce
REPORTED
RESOLVED CLOSEDComment by ~ashton314 on ~ashton314/emacs-bedrock
Hi Vincent,
Thanks for looking into this. I'll take a look at it too if I get the chance.
Thanks! Ashton
-- Ashton Wiersdorf https://lambdaland.org/
Comment by ~ashton314 on ~ashton314/emacs-bedrock
Ah, I just realized: I actually have instructions for adding MELPA in
init.el
already. Please follow those. I've also updatedextras/researcher.el
to have more extensive comments on adding MELPA topackage-archives
.
Comment by ~ashton314 on ~ashton314/emacs-bedrock
Ah, I see. It looks citar and org-roam are on MELPA. Please follow MELPA's getting started instructions for getting those packages to come down. I'll update the comments at the top of the file to direct users to this page. Sorry for the confusion, and thanks for the bug report!
Try adding the MELPA archive, and then let me know if that fixes the problems.
Comment by ~ashton314 on ~ashton314/emacs-bedrock
It's possible that the ELPA those packages are on was unreachable at the time/where you tried it. Is it still happening?
Comment by ~ashton314 on ~ashton314/emacs-bedrock
Could you please send your Emacs version as well? Are you trying to use this with a different package-manager? And do things work if you manually install the packages that Emacs reports that it is struggling with? (E.g. with `package-install'.)
Thanks,
-- Ashton Wiersdorf https://lambdaland.org/
Comment by ~ashton314 on ~ashton314/emacs-bedrock
Thanks for the bug report.
Could you please tell me what operating system you're running?
⛔ Warning (emacs): The package embark-consult should be installed if you use both Embark and Consult [2 times]
This is harmless; I need to see if I can turn it off though.
⛔ Error (use-package): Failed to install org-roam: Package ‘org-roam’ is unavailable
This sounds like it might be a connectivity problem. I'll look into it though.
-- Ashton Wiersdorf https://lambdaland.org/
Comment by ~ashton314 on ~ashton314/emacs-bedrock
REPORTED
RESOLVED CLOSEDComment by ~ashton314 on ~ashton314/emacs-bedrock
Just found this repo yesterday looking for a nice Emacs 29 starter in order to transition from Doom. Thank you for this. It's a nice starting point.
I'm glad you've found it useful! I'd be eager to hear what your experience with it is like. Thanks for giving it a spin!
I fixed it by changing
:elpaca nil
to:ensure t
.Whoops. Fixed now: https://git.sr.ht/~ashton314/emacs-bedrock/commit/fab053fe88eb01d88b65fbcdf3cdbd013eb40dee
Thank you for the bug report!
-- Ashton Wiersdorf sh@wiersdorf.dev