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.

35 lines
910 B

4 years ago
  1. #+TITLE: Raspberry
  2. #+AUTHOR: Christopher James Hayward
  3. #+EMAIL: chris@chrishayward.xyz
  4. #+PROPERTY: header-args:emacs-lisp :tangle raspberry.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. *Raspberry Pi 400*[fn:1] personal computer, and a small fleet of *Zero*[fn:2], *Zero WH*[fn:3], *4*[fn:4], and *4B's*[fn:5].
  9. * Options
  10. + Set the browser manually
  11. + Set the language to Canadian english
  12. + Increase the font size for small screens
  13. #+begin_src emacs-lisp
  14. (setq dotfiles/browser "chromium-browser"
  15. dotfiles/language "en_CA"
  16. dotfiles/font-size 132)
  17. #+end_src
  18. * Footnotes
  19. [fn:1] DEFINITION NOT FOUND.
  20. [fn:2] DEFINITION NOT FOUND.
  21. [fn:3] DEFINITION NOT FOUND.
  22. [fn:4] DEFINITION NOT FOUND.
  23. [fn:5] DEFINITION NOT FOUND.