Skip to content

Commit 15a8326

Browse files
committed
emacs: Add copilot-chat plugin
1 parent 9dda80d commit 15a8326

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

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-chat
573+
:defer t)

chezmoi/dot_doom.d/packages.el.tmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
(package! code-stats)
2626
(package! wakatime-mode)
2727
(package! org-gcal)
28+
(package! copilot-chat)
2829
{{- end }}
2930
{{- if ne .chezmoi.os "darwin" }}
3031
(package! pkgbuild-mode)

0 commit comments

Comments
 (0)