sabof/org-bullets

Suggested addition to README: use-package

keithmantell opened this issue · 0 comments

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