I presume you are speaking of browser bookmarks. I simply use an org file where each bookmark is hyperlinked. I will add this file to Emacs bookmarks as suggested already in this thread and then I'm thinking I could use embark-act to open in my browser from the minibuffer.
Emacs
A community for the timeless and infinitely powerful editor. Want to see what Emacs is capable of?!
Get Emacs
Rules
- Posts should be emacs related
- Be kind please
- Yes, we already know: Google results for "emacs" and "vi" link to each other. We good.
Emacs Resources
Emacs Tutorials
- Beginner’s Guide to Emacs
- Absolute Beginner's Guide to Emacs
- How to Learn Emacs: A Hand-drawn One-pager for Beginners
Useful Emacs configuration files and distributions
Quick pain-saver tip
I'm talking about the Emacs internal bookmarks not browser bookmarks.
Bookmarks+?
The configuration of bookmarks is just a file. You can edit it or even delete it.
the configuration contains a lot of junk
What do you mean? What is the specific problem?
The bookmark file contains information when it was last modified.
It did look similar like the Gnus newsrc which also mixes configuration and runtime information.
Ok. Mine doesn't, but I'll believe yours does. Why is that making it hard to for you to share it between machines?
I have my bookmark file as a bookmark itself: C-x r b
-> mybookmarks
then it can look as simple as this:
(("init.el"
(filename . "~/.emacs.d/init.el"))
("early-init.el"
(filename . "~/.emacs.d/early-init.el"))
("bookmarks"
(filename . "~/.emacs.d/bookmarks")))
it is shared between different machines without problem.