← back to backlog: emacs-pkg

welkomscherm allow custom ordering of sections

status

done

type

task

descriptionMy first thought here is we could add a defcustom welkomscherm-section-render-order which defaults to '(personal actions work) and based on that we adjust the welkomscherm-insert function to render according to the order of that list. I think this is a good balance and good default for most people. We could additionally allow welkomscherm-section-render-order to take the value 'custom which would then render an alist of section titles as key, and bookmarks as value (in turn title - link alist) (maybe we can call this welkomscherm-bookmarks-custom emacs-pkg-243