Kungsgeten / yankpad

Paste snippets from an org-mode file
MIT License
216 stars 18 forks source link

Prevent possible infinite loop in setting active snippets #75

Closed akirak closed 3 years ago

akirak commented 3 years ago

yankpad-set-active-snippets can enter an infinite loop if there are categories that contain no snippets.

By adding a private function for appending snippets from a category, it can be prevented.

Kungsgeten commented 3 years ago

Thanks!