minus-squareglgmacs@alien.topBtoEmacs@communick.news•Package to manage Bookmarks inside EmacslinkfedilinkEnglisharrow-up1·1 year agoI 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. linkfedilink
minus-squareglgmacs@alien.topBtoEmacs@communick.news•Script in Elisp to generate a unified RSS feed with several feedslinkfedilinkEnglisharrow-up1·1 year agoshould maybe contribute to Elfeed directly as a plugin linkfedilink
I have my bookmark file as a bookmark itself:
C-x r b
-> mybookmarksthen it can look as simple as this:
it is shared between different machines without problem.