provide追加

This commit is contained in:
2026-07-03 21:39:27 +09:00
parent 313acdec27
commit a42e98be2a
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -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)
(define-key lab-ai-map (kbd "G") #'lab-ai-image-edit) (define-key lab-ai-map (kbd "G") #'lab-ai-image-edit)
(provide 'my-labai)
(message "lab-ai loaded: model=%s" lab-ai-model) (message "lab-ai loaded: model=%s" lab-ai-model)
+1 -1
View File
@@ -4,7 +4,7 @@
;; Version: 0.1 ;; Version: 0.1
;; Keywords: org, text, clipboard ;; 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 ;; from normal paragraphs while preserving Org structures such as
;; headings, lists, tables, source/example/export blocks, drawers, ;; headings, lists, tables, source/example/export blocks, drawers,
;; comments, horizontal rules, and display math lines. ;; comments, horizontal rules, and display math lines.