emacs-rice/lisp/50-gpt.el

10 lines
190 B
EmacsLisp
Raw Permalink Normal View History

2024-09-20 12:18:47 +03:00
(use-package dash)
(use-package editorconfig)
(use-package f)
(use-package s)
(use-package copilot
:straight (:host github :repo "copilot-emacs/copilot.el" :files ("*.el"))
:ensure t)