GitXplorerGitXplorer
s

xonsh-mode

public
17 stars
2 forks
0 issues

Commits

List of commits on branch master.
Unverified
7fa581524533a9b6b770426e4445e571a69e469d

xonsh: fix for python.el in emacs 27+

sseanfarley committed 4 years ago
Unverified
01819823822b6ebe01c02af548276cb2deb343f4

readme: update instructions for melpa

sseanfarley committed 5 years ago
Unverified
d59301fbb6adc93ac27e4d862c303d038cd8734c

lint: add url, keywords, and version

sseanfarley committed 5 years ago
Unverified
ea62d27e683d79115735ba393ba897b69d185eb8

readme: spruce up with monospace blocks and the usual fill column

sseanfarley committed 5 years ago
Verified
8d420f05ab9aee75c2bdb76c23b4a8c78bc7c4ac

Merge pull request #2 from salotz/master

sseanfarley committed 5 years ago
Unverified
f7474841697b75ce7244cdf3c1c00a4805c8034f

removed unnecessary whitespace

ssalotz committed 5 years ago

README

The README file for this repository.
* 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