Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes for Linux #2

Merged
merged 9 commits into from
Feb 11, 2024
Merged

Conversation

emil-vdw
Copy link

No description provided.

tninja and others added 9 commits January 31, 2024 09:09
* Fix using numbers in copilot-indentation-alist
…-map (copilot-emacs#255)

* Use 1-character-long invisible keymap overlay to activate copilot-completion-map

0-length overlays cannot contain the point, and if another overlay does
contain the point, the keymap from the 0-length overlay will not be
active.

As a workaround, we create two overlays for copilot completion: one to
display the completion candidate, and another to activate the copilot-completion-map.
@jcs090218 jcs090218 merged commit 25e683f into jcs-PR:feat/install-server Feb 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants