We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c05a28 commit 5025e4aCopy full SHA for 5025e4a
CHANGELOG.md
@@ -0,0 +1,16 @@
1
+# Change Log
2
+
3
+All notable changes to this project will be documented in this file.
4
5
+Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how to structure this file.
6
7
8
+## 0.2.0 (Unreleased)
9
+> Released N/A
10
11
+* N/A
12
13
+## 0.1.0
14
+> Released Mar 29, 2023
15
16
+* Initial release.
dall-e.el
@@ -395,7 +395,6 @@ Display buffer from BUFFER-OR-NAME."
395
(add-face-text-property 0 (length tip) 'dall-e-tip nil tip)
396
(insert tip))))
397
398
-;;;###autoload
399
(define-derived-mode dall-e-mode fundamental-mode "DALL-E"
400
"Major mode for `dall-e-mode'.
401
0 commit comments