We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d61507 commit b420a3dCopy full SHA for b420a3d
chezmoi/dot_doom.d/config.el
@@ -568,6 +568,3 @@ already been connected to."
568
:logging t
569
:sasl-password my-nickserv-password
570
:channels (:after-auth "#emacs" "#python" "#archlinux" "#osdev"))))
571
-
572
-(use-package! copilot
573
- :hook (prog-mode . copilot-mode))
chezmoi/dot_doom.d/init.el
@@ -1,6 +1,6 @@
1
(doom! :completion
2
(company
3
- +auto +tng +childframe)
+ +auto +tng)
4
(ivy +fuzzy)
5
6
:ui
chezmoi/dot_doom.d/packages.el.tmpl
@@ -32,5 +32,3 @@
32
{{ if .secrets -}}
33
(package! org-ai)
34
{{- end }}
35
-(package! copilot
36
- :recipe (:host github :repo "copilot-emacs/copilot.el" :files ("*.el")))
0 commit comments