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.

28 lines
739 B

  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. #+begin_src emacs-lisp
  15. (setq dotfiles/font-size 132)
  16. #+end_src
  17. * Resources
  18. [fn:1] Termux