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.

30 lines
829 B

4 years ago
4 years ago
4 years ago
4 years ago
  1. #+TITLE: Termux
  2. #+AUTHOR: Christopher James Hayward
  3. #+EMAIL: chris@chrishayward.xyz
  4. #+PROPERTY: header-args:emacs-lisp :tangle localhost.el :comments org
  5. #+PROPERTY: header-args :results silent :eval no-export :comments org
  6. #+OPTIONS: num:nil toc:nil todo:nil tasks:nil tags:nil
  7. #+OPTIONS: skip:nil author:nil email:nil creator:nil timestamp:nil
  8. My phone! This is running on a *TTY* or through *VNC* on *Termux*[fn:1]. It's pretty bare-bones but it's Org-mode in your pocket!
  9. * Issues
  10. + Android devices do not use the Linux hostname
  11. + Setting a custom hostname is impossible
  12. * Options
  13. + Increase font size for small phone screen
  14. + Clear ~dotfiles/modules~ and add one by one
  15. #+begin_src emacs-lisp
  16. (setq dotfiles/font-size 132
  17. dotfiles/modules '())
  18. #+end_src
  19. * Footnotes
  20. [fn:1] https://wiki.termux.com