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

editor_support: Removed emacs #654

Closed
wants to merge 3 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions _projects/editor_support.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ initiatives:
- RGSoC
issues:
- "https://github.com/coala/coala-atom/issues/37"
- "https://github.com/coala/coala-emacs/issues/11"
- "https://github.com/coala/coala-eclipse/issues/25"
- "https://github.com/coala/coala-eclipse/issues/51"
- "https://github.com/coala/coala-vim/issues/24"
- "https://github.com/coala/coala-gedit/issues/5"
- "https://github.com/coala/coala-sublime/issues/4"
Expand Down Expand Up @@ -47,7 +46,7 @@ For sublime, we'll be using the
which is a plugin by itself.
For atom, we have the apm testing architecture
which does not require a GUI.
For VI and emacs, we will most likely use a testing framework such as
For VI, we will most likely use a testing framework such as
[Vimcasts](https://github.com/kana/vim-vspec).
For some editors like gedit, running tests is not easy and
there is no api to do it. In such cases we would want to use
Expand Down