I was wondering if it is possible to load more bookmarks from an external file which would be called from the config file?
You can use bookmark-load
from your config file passing the external file as the argument.
1 Like
Actually, that doesn’t work properly. I get my bookmarks duplicated. How to prevent that from happenning?
Take a look at the documentation SPC h f bookmark-load RET
. You might want to set OVERWRITE
argument to some non-nil
value.
1 Like
Thanks a lot.
Seems like it is not possible by default to just add bookmarks without duplicating.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.