Chobbes / org-chef

A package for making a cookbook and managing recipes with org-mode.
MIT License
327 stars 33 forks source link

Autoload org-chef-insert-recipe #35

Closed michaelbogdan closed 4 years ago

michaelbogdan commented 4 years ago

This allows lazy-loading org-chef with (use-package org-chef :defer t) but still calling org-chef-insert-recipe when needed.

Chobbes commented 4 years ago

Looks good, thanks!