mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
fix(completion/copilot): temporarily pin copilot.el
On later commits, I have intermittent weird issues while typing with a copilot overlay active. Until I have to time further investigate and report an issue, I will have to pin copilot.el to a earlier commit.
This commit is contained in:
@@ -8,9 +8,15 @@
|
||||
|
||||
(require 'cl-lib)
|
||||
|
||||
(let ((straight-current-profile 'pinned))
|
||||
;; Pin copilot to commit before I started getting random character jumps while
|
||||
;; typing with a copilot overlay active.
|
||||
(straight-x-pin-package "copilot" "40cc5ef071f52ef9bc8545325a0e0fab44d6180d")
|
||||
(straight-use-package '(copilot :host github :repo "zerolfx/copilot.el"
|
||||
:files ("dist" "*.el"))))
|
||||
|
||||
(use-package copilot
|
||||
:straight (:host github :repo "zerolfx/copilot.el"
|
||||
:files ("dist" "*.el"))
|
||||
:straight (:type built-in) ;; installed above in pinned block
|
||||
:hook
|
||||
(prog-mode . copilot-mode)
|
||||
|
||||
|
||||
@@ -30,7 +30,6 @@
|
||||
("consult" . "215c7aeef3f28975efbfc8858a10a08ad011d5b7")
|
||||
("consult-dir" . "ed8f0874d26f10f5c5b181ab9f2cf4107df8a0eb")
|
||||
("consult-lsp" . "f8db3252c0daa41225ba4ed1c0d178b281cd3e90")
|
||||
("copilot.el" . "8256377a77b1268a9ea5d470c59a05d26ff5b432")
|
||||
("cucumber.el" . "c08e4fa64bf3e9e354fd7f9f058916ba607e6631")
|
||||
("cycle-quotes" . "c4d62848127d03b27f897f9b290ba5cef9fb0845")
|
||||
("dap-mode" . "18254e16bae53fb4a8c2434764d3cf674644bf2a")
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
(("doom-modeline" . "918730eff72e155cfb31b012493a7f425bc48ff8"))
|
||||
(("copilot" . "40cc5ef071f52ef9bc8545325a0e0fab44d6180d")
|
||||
("doom-modeline" . "918730eff72e155cfb31b012493a7f425bc48ff8"))
|
||||
:gamma
|
||||
|
||||
Reference in New Issue
Block a user