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
- Host: GitHub
- URL: https://github.com/seanfarley/xonsh-mode
- Owner: seanfarley
- License: gpl-3.0
- Created: 2019-08-13T02:41:32.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-10-20T00:54:12.000Z (over 4 years ago)
- Last Synced: 2024-10-24T15:38:48.918Z (8 months ago)
- Topics: emacs, python, xonsh
- Language: Emacs Lisp
- Size: 17.6 KB
- Stars: 17
- Watchers: 7
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.org
- License: LICENSE
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