T
Termux2mo ago
tzual

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
5 Replies
Catinette
Catinette2mo ago
not related to termux
tzual
tzualOP2mo ago
i'm wondering about if there is an option for RETURN key in Termux instead of ENTER. curious if that's why some emacs keybinds don't work
Cuteness
Cuteness5w ago
1. This question is unrelated to Termux. 2. Depending on context, ENTER may be a focus event, or one of the two keys are for the key on the numeric keypad. 3. This question is unrelated to Termux.
tzual
tzualOP5w ago
would it be OS related? or doom emacs
Cuteness
Cuteness5w ago
Check the documentation of the program to see. You might also need to do some Google searching if it isn't within the program's own documentation (or even its official online docs). Do note that some keyboard apps don't properly output the numeric keypad keys (such as Hackers Keyboard which I've personally tried).

Did you find this page helpful?