xonsh/docs/editors.rst
2020-03-03 12:44:06 -05:00

23 lines
441 B
ReStructuredText

==============================
Editor Support
==============================
.. contents::
:local:
Emacs
=====
There is an emacs mode for editing xonsh scripts available from the
`MELPA repository`_. If you are not familiar see the installation
instructions there.
Then just add this line to your emacs configuration file:
.. code-block:: emacs-lisp
(require 'xonsh-mode)
.. _MELPA repository: https://melpa.org/#/xonsh-mode