Remove chatgpt
This commit is contained in:
parent
c64cce44c8
commit
e187e15b85
3 changed files with 2 additions and 13 deletions
|
@ -22,10 +22,6 @@
|
|||
url = "github:t4ccer/agenix.el";
|
||||
flake = false;
|
||||
};
|
||||
extra-package-chatgpt = {
|
||||
url = "github:joshcho/ChatGPT.el";
|
||||
flake = false;
|
||||
};
|
||||
extra-package-copilot = {
|
||||
url = "github:zerolfx/copilot.el";
|
||||
flake = false;
|
||||
|
|
9
init.el
9
init.el
|
@ -793,14 +793,7 @@ This is meant to be an helper to be called from the window manager."
|
|||
("C-c n l" . consult-org-roam-forward-links)
|
||||
("C-c n r" . consult-org-roam-search))
|
||||
|
||||
(use-package chatgpt
|
||||
:config
|
||||
(dolist (e '(("spiega" . "Spiega il seguente")
|
||||
("documenta" . "Documenta il seguente usando la sintassi appropriata in modo che possa essere inserito nel codice")
|
||||
))
|
||||
(push e chatgpt-code-query-map))
|
||||
:bind
|
||||
("C-c i" . chatgpt-query))
|
||||
|
||||
(use-package copilot
|
||||
:custom
|
||||
|
@ -811,7 +804,7 @@ This is meant to be an helper to be called from the window manager."
|
|||
|
||||
(use-package pass
|
||||
:config
|
||||
(require 'password-store-otp) ;; FIXME use `use-pacakges' idiomatic way
|
||||
(require 'password-store-otp) ;; FIXME use `use-pacakge' idiomatic way
|
||||
|
||||
:bind (("C-c p p" . password-store-copy)
|
||||
("C-c p o" . password-store-otp-token-copy)
|
||||
|
|
|
@ -4,7 +4,6 @@ pkgs: epkgs: let
|
|||
|
||||
depsPerPackage = {
|
||||
indent-bars = [elpaPackages.compat];
|
||||
chatgpt = [melpaPackages.polymode];
|
||||
copilot = [melpaPackages.editorconfig melpaPackages.dash melpaPackages.s melpaPackages.f];
|
||||
notmuch-notify = [melpaPackages.alert melpaPackages.notmuch];
|
||||
};
|
||||
|
@ -98,6 +97,7 @@ pkgs: epkgs: let
|
|||
poly-org
|
||||
# casual
|
||||
org-re-reveal
|
||||
gptel
|
||||
]) ++ (with elpaPackages; [
|
||||
delight
|
||||
kind-icon
|
||||
|
|
Reference in a new issue