Skip to content

Commit

Permalink
Add require package
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Feb 15, 2024
1 parent 116e66e commit 7c5288f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions copilot.el
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,14 @@
;; An unofficial Copilot plugin for Emacs

;;; Code:

(require 'cl-lib)
(require 'json)
(require 'jsonrpc)
(require 's)
(require 'dash)
(require 'package)

(require 'editorconfig)
(require 'copilot-balancer)

Expand Down

0 comments on commit 7c5288f

Please sign in to comment.