1
0
Fork 0
kagi.el/Cask
Bram Schoenmakers 54bd8466a5
Remove all own formatting code in favor of markdown-mode formatting
Do not attempt to format the Markdown returned by FastGPT ourselves,
but rely on markdown-mode to do this for us. This means an additional
dependency on the kagi.el package.
2024-07-22 19:49:04 +02:00

15 lines
213 B
Text

;;; -*- lisp-data -*-
(source gnu)
(source melpa-stable)
(source melpa)
(files
"kagi.el"
"ob-kagi-fastgpt.el")
(depends-on "markdown-mode")
(depends-on "shell-maker")
(development
(depends-on "buttercup"))