From a42e98be2a587928de7af9bfb09e8f3de039ace3 Mon Sep 17 00:00:00 2001 From: Takahiro OHKUBO Date: Fri, 3 Jul 2026 21:39:27 +0900 Subject: [PATCH] =?UTF-8?q?provide=E8=BF=BD=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- my-labai.el | 1 + my-org-unfill-aware.el | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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.