OnyX Emacs is a configuration focused on creating and managing Org-mode and Markdown based notes for Android, with an intuitive an easy UI.
- Android 2.2 or 15.0 version.
- Android Emacs Port (latest release).
Symbols Nerd Font
andRobotoMono Nerd Font
.git
(optional)
The most recommended way to install Emacs is from F-Droid, download the build that is compatible with your architecture (usually those with the “recommended” label).
If you have problems installing packages, it may be necessary to install additional applications such as Termux, you can find specific builds to allow the use of Termux applications on Android ports for GNU Emacs Files sourceforge and install both Emacs and Termux .apk packages.
Download this repository, inside OnyX folder create a directory called fonts
and
install the fonts you prefer to use in Emacs (Onyx uses Symbols Nerd Font
and
RobotoMono Nerd Font
fonts, make sure they are downloaded in fonts folder, you
can download them here).
And move Onyx Directory to the path you prefer on Android (usually,
it’s recommended somewhere in /storage/emulated/0/
).
Once downloaded, launch Emacs, go to Edit > Execute Command and type eshell
within eshell prompt, it’s best to delete the old ~/.emacs.d directory if exists, run this command to remove it recursively:
rm -r ~/.emacs.d
Now run this command to make a symbolic link from Onyx path to ~/.emacs.d directory:
ln -s /storage/emulated/0/<path-to-onyx> ~/.emacs.d
Then close emacs and reopen it, and OnyX will take care of making a symbolic link from the fonts folder to ~/fonts.
OnyX tries to be as simple as possible regarding configurations, inside the OnyX
directory you can find a file user-configurations.el
that is intended to save
personal configurations and packages, you can also customize all the internal
files of OnyX.
Feel Free to do so!