Skip to content

Tags: rksm/org-ai

Tags

v0.5.4

Toggle v0.5.4's commit message
fix prompting in `org-ai-refactor-code`

v0.4.6

Toggle v0.4.6's commit message
v0.4.6: `org-ai-auto-fill`

Option to auto-fill paragraphs on insertion from the ai:
With `(setq org-ai-auto-fill t)` set this behavior will invoke `fill-paragraph`
on insertion when not inside a code block.

fixes #109