Skip to content

Commit

Permalink
change: use :rev :newest for copilot
Browse files Browse the repository at this point in the history
  • Loading branch information
tungd committed Sep 2, 2024
1 parent abd87da commit f1e84da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emacs/init.org
Original file line number Diff line number Diff line change
Expand Up @@ -924,7 +924,7 @@ I use auto completion sparingly, using Corfu.

#+begin_src emacs-lisp
(use-package copilot
:vc (:url "https://github.com/copilot-emacs/copilot.el.git" :branch "main")
:vc (:url "https://github.com/copilot-emacs/copilot.el.git" :branch "main" :rev :newest)
:ensure t
:functions copilot-mode
:bind (("C-j" . copilot-accept-completion))
Expand Down

0 comments on commit f1e84da

Please sign in to comment.