installing doom emacs and keybindings
i was able to install doom emacs successfully on my phone with no errors and it seems to be functioning although i feel like i'm missing something according to this guide that seems to be floating around: http://yuchen-lea.github.io/2024-02-04-android-emacs-with-doom-emacs-en/
here are the steps that I followed:
1. install emacs with
pkg install emacs
2. run git clone https://github.com/doomemacs/doomemacs ~/.emacs.d
3. cd .emacs.d/bin/
and run doom install
4. run doom doctor
and ensure there are no errors
5. launch emacs
so my understanding is that there is .emacs.d
or .config/emacs
. running doom install
creates a .doom.d
directory for your config. i haven't tested the install within the .config
directory, is there a difference between the two in the context of termux?
another thing I seem to notice is that ENTER
is different than RETURN
? in doom emacs, if i'm editing a .org
file i will typically do C-Enter
to create a headline of the same type. does this not work on mobile due to different input codes for the key?跬步
Using doom-emacs in Android Emacs
In early 2023, the upcoming Emacs 30.1 release included support for Android GUI. This means that besides desktop, there will also be a native Emacs experience on mobile. (Of course, due to its own res
2 Replies