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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user