mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
Merge pull request #3469 from salotz/master
editor suport docs page, with emacs mode
This commit is contained in:
commit
e2236551e9
3 changed files with 47 additions and 0 deletions
23
docs/editors.rst
Normal file
23
docs/editors.rst
Normal file
|
@ -0,0 +1,23 @@
|
|||
|
||||
==============================
|
||||
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
|
|
@ -17,3 +17,4 @@ Installation
|
|||
appimage
|
||||
containers
|
||||
customization
|
||||
editors
|
||||
|
|
23
news/emacs-mode.rst
Normal file
23
news/emacs-mode.rst
Normal file
|
@ -0,0 +1,23 @@
|
|||
**Added:**
|
||||
|
||||
* Adds documentation for how to setup an emacs editing mode for xonsh.
|
||||
|
||||
**Changed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Deprecated:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Removed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Fixed:**
|
||||
|
||||
* <news item>
|
||||
|
||||
**Security:**
|
||||
|
||||
* <news item>
|
Loading…
Add table
Reference in a new issue