Commit Briefs

Omar Polo

fix table


Omar Polo

document vc-got-stage-mode


Omar Polo

add-to-list is better at strings than cl-pushnew

cl-pushnew can add multiple copies of the same string to a list, and add-to-list is also probably more idiomatic in elisp.



Omar Polo

correct also the other example

push can add duplicate elements, and that’s not what we want as an example.


Omar Polo

Summary: fix use-package example


Omar Polo

added readme