I showed you my source code, pls respond
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

819 B

Termux

Emacs on Android via Termux1.

Config

Increase the default font size to accomodate the smaller screen size.

(setq dotfiles/font-size 132)

Disable modules

Many modules simply do not run under Termux1.

(delete 'x11 dotfiles/modules)    ;; TODO Create VNC module.
(delete 'exwm dotfiles/modules)   ;; Cannot run EXWM without X11.

Footnotes