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:
another thing I seem to notice is that
here are the steps that I followed:
- install emacs with
pkg install emacs - run
git clone https://github.com/doomemacs/doomemacs ~/.emacs.d cd .emacs.d/bin/and rundoom install- run
doom doctorand ensure there are no errors - launch
emacs
.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?跬步
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