From ee374c36f2625856d69dd143d4e90be7432a5d09 Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Sun, 7 Jul 2024 10:38:17 +0200 Subject: [PATCH] Enable copilot again --- nix/config/emacs/init.el | 4 ++-- nix/module/home-manager.nix | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/nix/config/emacs/init.el b/nix/config/emacs/init.el index 9ce2f7a..081c87d 100644 --- a/nix/config/emacs/init.el +++ b/nix/config/emacs/init.el @@ -61,7 +61,6 @@ (completion-list-mode . consult-preview-at-point-mode)) (use-package copilot - :disabled t :bind ("M-C-" . copilot-accept-completion) :commands (copilot-login global-copilot-mode) :config @@ -80,7 +79,8 @@ debugger-mode dired-mode-hook compilation-mode-hook - minibuffer-mode-hook))) + minibuffer-mode-hook + vertico-mode-hook))) (add-to-list 'copilot-disable-predicates #'to/copilot-disable-predicate)) (use-package corfu diff --git a/nix/module/home-manager.nix b/nix/module/home-manager.nix index d897185..b6088ae 100644 --- a/nix/module/home-manager.nix +++ b/nix/module/home-manager.nix @@ -24,6 +24,7 @@ iosevka-comfy.comfy-motion-duo jq kubectl + nodejs_22 noto-fonts nixd pass