doom emacs on termux is great ! I might try forcing a doom install through termux but if I can find a "cleaner" way, I'd rather do that. The main problem I expect to have is the lack of git outside of termux
Yeah, I don't know where it stores its configuration directory. Also, the on-screen keyboard keeps disappearing, and I can't find a way to keep it on all the time.
I have a physical keyboard that I intend to have with me most of the time (a bluetooth ferris sweep that fits in my pocket when packed) so that part is solved, the config part is slightly more complicated
- You can't just "git clone" doom emacs using a rooted termux, because /data/data/org.gnu.emacs/ is read-only.
- So it seems that you have to use the emacs process. I went to buffers -> scratch to get a keyboard, and then used https://f-droid.org/en/packages/juloo.keyboard2/ to `M-x shell`.
- You don't have `git` in this shell, but you can still download doomemacs from github using
- and `unzip` the archive, moving it into place.- .emacs.d/bin/doom is just a shell script, so you can invoke installation with
- `sh .emacs.d/bin/doom install`
- This is where I left off, for this script fails with "`emacs` not found on path".
All-in-all, a very, very exciting release! I hope somebody else manages to hack this.