Suggested addition to README: use-package
keithmantell opened this issue · 0 comments
keithmantell commented
This worked for me
(use-package org-bullets
:ensure t
:commands org-bullets-mode
:hook (org-mode . org-bullets-mode))
You may wish to add to the readme