Skip to content

Commit 8d61507

Browse files
committed
emacs: enable copilot
1 parent c92c584 commit 8d61507

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

chezmoi/dot_doom.d/config.el

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -568,3 +568,6 @@ 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)
3+
+auto +tng +childframe)
44
(ivy +fuzzy)
55

66
:ui

chezmoi/dot_doom.d/packages.el.tmpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,5 @@
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)