Skip to content

Commit b420a3d

Browse files
committed
Revert "emacs: enable copilot"
This reverts commit 8d61507.
1 parent 8d61507 commit b420a3d

File tree

3 files changed

+1
-6
lines changed

3 files changed

+1
-6
lines changed

chezmoi/dot_doom.d/config.el

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -568,6 +568,3 @@ already been connected to."
568568
:logging t
569569
:sasl-password my-nickserv-password
570570
:channels (:after-auth "#emacs" "#python" "#archlinux" "#osdev"))))
571-
572-
(use-package! copilot
573-
:hook (prog-mode . copilot-mode))

chezmoi/dot_doom.d/init.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
(doom! :completion
22
(company
3-
+auto +tng +childframe)
3+
+auto +tng)
44
(ivy +fuzzy)
55

66
:ui

chezmoi/dot_doom.d/packages.el.tmpl

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,3 @@
3232
{{ if .secrets -}}
3333
(package! org-ai)
3434
{{- end }}
35-
(package! copilot
36-
:recipe (:host github :repo "copilot-emacs/copilot.el" :files ("*.el")))

0 commit comments

Comments
 (0)