Add chatgpt
This commit is contained in:
parent
b43a2eba07
commit
aec2cf70f1
4 changed files with 27 additions and 0 deletions
|
@ -26,6 +26,10 @@
|
|||
url = "github:aciceri/dracula-emacs";
|
||||
flake = false;
|
||||
};
|
||||
extra-package-chatgpt = {
|
||||
url = "github:joshcho/ChatGPT.el";
|
||||
flake = false;
|
||||
};
|
||||
};
|
||||
|
||||
outputs = inputs @ {flake-parts, ...}:
|
||||
|
|
Reference in a new issue