Skip to content

Commit

Permalink
remove Atom and change to bulleted list
Browse files Browse the repository at this point in the history
Test plan:
run `make html` and inspect generated documentation.
  • Loading branch information
4e554c4c authored and andreasabel committed Mar 6, 2024
1 parent 8142ad9 commit 38f686a
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions doc/user-manual/tools/emacs-mode.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,16 @@ Emacs Mode

Agda programs are commonly edited using `Emacs
<http://www.gnu.org/software/emacs/>`_ which is explained in this
section. Other editors with interactive support for Agda include Atom
(`agda-mode on Atom <https://atom.io/packages/agda-mode>`_), Visual
Studio Code (`agda-mode on VS Code
<https://github.com/banacorn/agda-mode-vscode>`_), Neovim (`Cornelis
<https://github.com/isovector/cornelis>`_), and Vim (`agda-vim
<https://github.com/derekelkins/agda-vim>`_).
section. Other editors with interactive support for Agda include

* Visual Studio Code (`agda-mode on VS Code
<https://github.com/banacorn/agda-mode-vscode>`_)

* Neovim (`Cornelis
<https://github.com/isovector/cornelis>`_), and

* Vim (`agda-vim
<https://github.com/derekelkins/agda-vim>`_)

To edit a module in Emacs (assuming you have :ref:`installed
<installation>` Agda and the Emacs mode properly), open a file ending
Expand Down

0 comments on commit 38f686a

Please sign in to comment.