We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dda80d commit 15a8326Copy full SHA for 15a8326
2 files changed
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-chat
573
+ :defer t)
chezmoi/dot_doom.d/packages.el.tmpl
@@ -25,6 +25,7 @@
25
(package! code-stats)
26
(package! wakatime-mode)
27
(package! org-gcal)
28
+(package! copilot-chat)
29
{{- end }}
30
{{- if ne .chezmoi.os "darwin" }}
31
(package! pkgbuild-mode)
0 commit comments