diff --git a/my-labai.el b/my-labai.el index 02e7e00..3920876 100644 --- a/my-labai.el +++ b/my-labai.el @@ -949,4 +949,5 @@ Run again to clear previews." (define-key lab-ai-map (kbd "g") #'lab-ai-image) (define-key lab-ai-map (kbd "G") #'lab-ai-image-edit) +(provide 'my-labai) (message "lab-ai loaded: model=%s" lab-ai-model) diff --git a/my-org-unfill-aware.el b/my-org-unfill-aware.el index 1603151..e7c4056 100644 --- a/my-org-unfill-aware.el +++ b/my-org-unfill-aware.el @@ -4,7 +4,7 @@ ;; Version: 0.1 ;; Keywords: org, text, clipboard ;; -;; This file provides Org-aware functions to remove hard line breaks +;; This file haves Org-aware functions to remove hard line breaks ;; from normal paragraphs while preserving Org structures such as ;; headings, lists, tables, source/example/export blocks, drawers, ;; comments, horizontal rules, and display math lines.