dotfiles/.config/emacs/lisp/init-copilot.el

10 lines
251 B
EmacsLisp

;; init-copilot.el -*- lexical-binding: t -*-
(use-package copilot
:straight (:host github :repo "copilot-emacs/copilot.el" :files ("*.el"))
:ensure t)
;; :hook (prog-mode . copilot-mode))
(provide 'init-copilot)
;;; init-copilot.el ends here