An open API service indexing awesome lists of open source software.

https://github.com/seanfarley/xonsh-mode

Emacs major mode for editing xonshrc files
https://github.com/seanfarley/xonsh-mode

emacs python xonsh

Last synced: 3 months ago
JSON representation

Emacs major mode for editing xonshrc files

Awesome Lists containing this project

README

        

* xonsh-mode

Emacs major mode for editing [[https://xon.sh][xonshrc]] files. This mode inherits from
=python-mode= but adds specific =xonsh= syntax.

** Installation

=xonsh-mode= is available on [[https://melpa.org][Melpa]]:

#+begin_src elisp
M-x package-install xonsh-mode
#+end_src

** Configuration

You can always add this snippet to the header of any file you want to be
interpreted in =xonsh-mode=.

#+begin_src fundamental
# -*- mode: xonsh; -*-
#+end_src