copilot-emacs / copilot.el

An unofficial Copilot plugin for Emacs.
MIT License
1.72k stars 122 forks source link

Adding emacs breaks my config and emacs is back to default #182

Closed ippsav closed 8 months ago

ippsav commented 10 months ago

My emacs config just stops working right after adding: ;;;copilot (add-to-list 'load-path "~/.emacs.d/copilot.el") (require 'copilot) I have everything set up in the correct path

emil-vdw commented 9 months ago

Just to confirm, ~/.emacs.d/copilot.el is a directory?

If so could you remove it from your config, start up emacs, turn on debug on error (toggle-debug-on-error), execute those statements and post the debugger output.

github-actions[bot] commented 8 months ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.

ippsav commented 8 months ago

It s working perfectly now thanks !