We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Experimental:
Here is an approach to bundle MicroEmacs with some Markdown, C++, Python, R templates as an installable Python package.
It should be possible to install the file below with:
pip install URL --user
After installing you might run MicroEmacs with meapp FILENAME
Supported platforms:
Debian 12, Red Hat Linux 8, Fedora > 35, Arch based systems, Windows 10, 11, Cygwin 3.5 on Windows, MacOS > 10 ...
meapp-9.12.24b1.tar.gz
Linux, FreeBSD and MacOS should work, Currently problems on Windows.
Feel free to tell me any bugs or non-working OSes.
The text was updated successfully, but these errors were encountered:
Using a virtual Python environment that would for instance look like this:
$ python -m venv myenv $ ./myenv/bin/pip install https://github.com/user-attachments/files/16840928/meapp-9.12.24b1.tar.gz $ ./myenv/bin/meapp -V $ alias mec=~/myenv/bin/meapp
Sorry, something went wrong.
No branches or pull requests
Experimental:
Here is an approach to bundle MicroEmacs with some Markdown, C++, Python, R templates as an installable Python package.
It should be possible to install the file below with:
pip install URL --user
After installing you might run MicroEmacs with meapp FILENAME
Supported platforms:
Debian 12, Red Hat Linux 8, Fedora > 35, Arch based systems, Windows 10, 11, Cygwin 3.5 on Windows, MacOS > 10 ...
meapp-9.12.24b1.tar.gz
Linux, FreeBSD and MacOS should work, Currently problems on Windows.
Feel free to tell me any bugs or non-working OSes.
The text was updated successfully, but these errors were encountered: