| For those playing along at home, here's where I got to with doom emacs - - 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 curl -LJO https://github.com/doomemacs/doomemacs/archive/refs/heads/master.zip
- 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. |