mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
revert(completion/copilot): temporarily pin copilot.el
Unpin copilot.el as issue I had seems fixed.
This commit is contained in:
@@ -8,15 +8,9 @@
|
||||
|
||||
(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 (:type built-in) ;; installed above in pinned block
|
||||
:straight (:host github :repo "zerolfx/copilot.el"
|
||||
:files ("dist" "*.el"))
|
||||
:hook
|
||||
(prog-mode . copilot-mode)
|
||||
|
||||
|
||||
@@ -25,6 +25,7 @@
|
||||
("consult" . "90c88c2129d51de2ac2513b744f0f31bd43b32c4")
|
||||
("consult-dir" . "ed8f0874d26f10f5c5b181ab9f2cf4107df8a0eb")
|
||||
("consult-lsp" . "f8db3252c0daa41225ba4ed1c0d178b281cd3e90")
|
||||
("copilot.el" . "15a698ebc1d6ffa10da7d6d7e9f972786d0ce526")
|
||||
("cucumber.el" . "c08e4fa64bf3e9e354fd7f9f058916ba607e6631")
|
||||
("cycle-quotes" . "c4d62848127d03b27f897f9b290ba5cef9fb0845")
|
||||
("dap-mode" . "24892f9e30aa9645d51b0a15dfebd75861e6c97f")
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
(("copilot" . "40cc5ef071f52ef9bc8545325a0e0fab44d6180d"))
|
||||
()
|
||||
:gamma
|
||||
|
||||
Reference in New Issue
Block a user