Disable copilot and delete dependencies
This commit is contained in:
parent
b84d4211a5
commit
e77ac9b123
2 changed files with 1 additions and 21 deletions
|
|
@ -63,6 +63,7 @@
|
||||||
(completion-list-mode . consult-preview-at-point-mode))
|
(completion-list-mode . consult-preview-at-point-mode))
|
||||||
|
|
||||||
(use-package copilot
|
(use-package copilot
|
||||||
|
:disabled
|
||||||
:bind ("M-C-<return>" . copilot-accept-completion)
|
:bind ("M-C-<return>" . copilot-accept-completion)
|
||||||
:commands (copilot-login global-copilot-mode)
|
:commands (copilot-login global-copilot-mode)
|
||||||
:config
|
:config
|
||||||
|
|
|
||||||
|
|
@ -26,7 +26,6 @@
|
||||||
iosevka-comfy.comfy-motion-duo
|
iosevka-comfy.comfy-motion-duo
|
||||||
jq
|
jq
|
||||||
kubectl
|
kubectl
|
||||||
nodejs_22
|
|
||||||
noto-fonts
|
noto-fonts
|
||||||
nixd
|
nixd
|
||||||
pass
|
pass
|
||||||
|
|
@ -70,15 +69,12 @@
|
||||||
clojure-mode
|
clojure-mode
|
||||||
consult
|
consult
|
||||||
corfu
|
corfu
|
||||||
dash
|
|
||||||
diff-hl
|
diff-hl
|
||||||
dired-preview
|
dired-preview
|
||||||
dockerfile-mode
|
dockerfile-mode
|
||||||
editorconfig
|
|
||||||
ef-themes
|
ef-themes
|
||||||
envrc
|
envrc
|
||||||
exec-path-from-shell
|
exec-path-from-shell
|
||||||
f
|
|
||||||
flycheck
|
flycheck
|
||||||
flycheck-clj-kondo
|
flycheck-clj-kondo
|
||||||
flycheck-swiftlint
|
flycheck-swiftlint
|
||||||
|
|
@ -109,7 +105,6 @@
|
||||||
rainbow-delimiters
|
rainbow-delimiters
|
||||||
rainbow-mode
|
rainbow-mode
|
||||||
restclient
|
restclient
|
||||||
s
|
|
||||||
smartparens
|
smartparens
|
||||||
so-long
|
so-long
|
||||||
swift-mode
|
swift-mode
|
||||||
|
|
@ -135,22 +130,6 @@
|
||||||
modus-themes
|
modus-themes
|
||||||
nix-mode
|
nix-mode
|
||||||
vertico
|
vertico
|
||||||
(trivialBuild {
|
|
||||||
pname = "copilot.el";
|
|
||||||
version = "main-07-05-2024";
|
|
||||||
src = pkgs.fetchFromGitHub {
|
|
||||||
owner = "copilot-emacs";
|
|
||||||
repo = "copilot.el";
|
|
||||||
rev = "e15bafa95b39091dbb2a99ad62e42f03a8d78f01";
|
|
||||||
hash = "sha256-jKm+oVMadHyeG93VFU3JG3qNROOJPDXs7w2pIO/2IyM=";
|
|
||||||
};
|
|
||||||
buildInputs = [
|
|
||||||
epkgs.dash
|
|
||||||
epkgs.editorconfig
|
|
||||||
epkgs.s
|
|
||||||
epkgs.f
|
|
||||||
];
|
|
||||||
})
|
|
||||||
]);
|
]);
|
||||||
package = pkgs.emacs29;
|
package = pkgs.emacs29;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue