Skip to content

Commit bcc2f33

Browse files
committed
Revert "feat(emacs): add copilot"
This reverts commit 342e0ac. Trial period ran out :(
1 parent 64ea66c commit bcc2f33

File tree

1 file changed

+0
-8
lines changed
  • modules/nixos/programs/emacs

1 file changed

+0
-8
lines changed

modules/nixos/programs/emacs/init.el

-8
Original file line numberDiff line numberDiff line change
@@ -628,14 +628,6 @@
628628
:config
629629
(global-treesit-auto-mode))
630630

631-
(use-package copilot
632-
:init
633-
(add-hook 'prog-mode-hook 'copilot-mode)
634-
:general
635-
(general-def copilot-completion-map
636-
"TAB" #'copilot-accept-completion
637-
"<tab>" #'copilot-accept-completion))
638-
639631
(use-package yasnippet)
640632

641633
(use-package lsp-mode

0 commit comments

Comments
 (0)