• 0 Posts
  • 4 Comments
Joined 11 months ago
cake
Cake day: October 21st, 2023

help-circle


  • 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.