jxq0 / org-tidy

🧹 An Emacs minor mode to automatically tidy org-mode property drawers
GNU General Public License v3.0
98 stars 7 forks source link

change `use-package` example to use `:hook` #14

Closed aspiers closed 10 months ago

aspiers commented 10 months ago

Using the :hook keyword is more concise and idiomatic for use-package than :config (add-hook ...).