Skip to content

Conversation

bbatsov
Copy link
Collaborator

@bbatsov bbatsov commented Mar 31, 2025

One more "maintenance" PR from me. It doesn't make any "logic" changes - it just restructures the code to follow the best practices for organizing code in Emacs packages. Namely:

  • it groups together server-related code
  • the minor-mode code (usually it's at the end of each source file)

I've also renamed references to "agent", as we now are using the term "server" instead.

Overall, those changes should make it easier to navigate the code of the package.

@bbatsov bbatsov mentioned this pull request Mar 31, 2025
@bbatsov
Copy link
Collaborator Author

bbatsov commented Mar 31, 2025

@zerolfx @jcs090218 Would you mind taking a look at this one? I'd like to get it merged before continuing with smaller incremental improvements here and there.

@zerolfx zerolfx merged commit 463ed62 into copilot-emacs:main Mar 31, 2025
13 checks passed
@bbatsov
Copy link
Collaborator Author

bbatsov commented Mar 31, 2025

Thanks!

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.

2 participants