Skip to content

Commit 8f4a04e

Browse files
authored
Minor (mostly doc) improvements (#400)
* Bump the dev version * Add myself to the list of maintainers * Move the team to a separate section of the README * Mention the license in the README * Add MELPA badges * Remove the Roadmap section All items there are done.
1 parent 5fa27b5 commit 8f4a04e

File tree

2 files changed

+19
-13
lines changed

2 files changed

+19
-13
lines changed

README.md

Lines changed: 16 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
[![JCS-ELPA](https://raw.githubusercontent.com/jcs-emacs/badges/master/elpa/v/copilot.svg)](https://jcs-emacs.github.io/jcs-elpa/#/copilot)
2+
[![MELPA](http://melpa.org/packages/copilot-badge.svg)](http://melpa.org/#/copilot)
3+
[![MELPA Stable](http://stable.melpa.org/packages/copilot-badge.svg)](http://stable.melpa.org/#/copilot)
24

35
# Copilot.el
46

@@ -10,10 +12,6 @@ Copilot.el is an Emacs plugin for GitHub Copilot.
1012

1113
**Note:** You need access to [GitHub Copilot][] to use this plugin.
1214

13-
Current maintainer(s): [@emil-vdw][], [@jcs090218][], [@rakotomandimby][].
14-
15-
Retired maintainer: [@zerolfx][].
16-
1715
## Requirements
1816

1917
`copilot.el` requires Emacs 27+.
@@ -337,13 +335,6 @@ But I decided to allow them to coexist, allowing you to choose a better one at a
337335
+ Please enable event logging by customize `copilot-log-max` (to e.g. 1000), then paste related logs in the `*copilot events*` and `*copilot stderr*` buffer.
338336
+ If an exception is thrown, please also paste the stack trace (use `M-x toggle-debug-on-error` to enable stack trace).
339337

340-
## Roadmap
341-
342-
+ [x] Setup Copilot without Neovim
343-
+ [x] Cycle through suggestions
344-
+ [x] Add Copilot minor-mode
345-
+ [ ] ~~Add package to MELPA~~
346-
347338
## Thanks
348339

349340
These projects helped me a lot:
@@ -359,8 +350,22 @@ Just like copilot plugin for intellij or vscode?
359350

360351
Please take a look at [copilot-chat.el](https://github.com/chep/copilot-chat.el)
361352

353+
## Team
354+
355+
Current maintainer(s): [@bbatsov][], [@emil-vdw][], [@jcs090218][], [@rakotomandimby][].
356+
357+
Retired maintainer: [@zerolfx][].
358+
359+
## License
360+
361+
copilot.el is distributed under the MIT license.
362+
363+
Copyright © 2022-2025 copilot-emacs maintainers and
364+
[contributors](https://github.com/copilot-emacs/copilot.el/contributors).
365+
362366
<!-- Links -->
363367

368+
[@bbatsov]: https://github.com/bbatsov
364369
[@emil-vdw]: https://github.com/emil-vdw
365370
[@jcs090218]: https://github.com/jcs090218
366371
[@rakotomandimby]: https://github.com/rakotomandimby

copilot.el

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,15 @@
11
;;; copilot.el --- An unofficial Copilot plugin -*- lexical-binding: t; -*-
22

3-
;; Copyright (C) 2022-2025 copilot-emacs maintainers
3+
;; Copyright (C) 2022-2025 copilot-emacs maintainers
44

55
;; Author: zerol <[email protected]>
66
;; Maintainer: Emil van der Westhuizen
77
;; Shen, Jen-Chieh <[email protected]>
88
;; Rakotomandimby Mihamina <[email protected]>
9+
;; Bozhidar Batsov <[email protected]>
910
;; URL: https://github.com/copilot-emacs/copilot.el
1011
;; Package-Requires: ((emacs "27.2") (editorconfig "0.8.2") (jsonrpc "1.0.14") (f "0.20.0"))
11-
;; Version: 0.1.0
12+
;; Version: 0.2.0-snapshot
1213
;; Keywords: convenience copilot
1314

1415
;; The MIT License (MIT)

0 commit comments

Comments
 (0)