diff --git a/docs/docsite/rst/community/other_tools_and_programs.rst b/docs/docsite/rst/community/other_tools_and_programs.rst index 014b5f076a3..3c91d0d79ad 100644 --- a/docs/docsite/rst/community/other_tools_and_programs.rst +++ b/docs/docsite/rst/community/other_tools_and_programs.rst @@ -21,6 +21,16 @@ changes, commit from the GUI, and see what branch you are on. You can customize * `language-yaml `_ - YAML highlighting for Atom. +Emacs +===== + +A free, open-source text editor and IDE that supports auto-indentation, syntax highlighting and built in terminal shell(among other things). + +* `yaml-mode `_ - YAML highlighting and syntax checking. +* `inja2-mode `_ - Jinja2 highlighting and syntax checking. +* `magit-mode `_ - Git porcelain within Emacs. + + PyCharm =======