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 c92c584 commit 8d61507Copy full SHA for 8d61507
chezmoi/dot_doom.d/config.el
@@ -568,3 +568,6 @@ 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)
+ +auto +tng +childframe)
4
(ivy +fuzzy)
5
6
:ui
chezmoi/dot_doom.d/packages.el.tmpl
@@ -32,3 +32,5 @@
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