#+TITLE: Raspberry #+AUTHOR: Christopher James Hayward #+EMAIL: chris@chrishayward.xyz #+PROPERTY: header-args:emacs-lisp :tangle raspberry.el :comments org #+PROPERTY: header-args :results silent :eval no-export :comments org #+OPTIONS: num:nil toc:nil todo:nil tasks:nil tags:nil #+OPTIONS: skip:nil author:nil email:nil creator:nil timestamp:nil *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]. * Options + Set the browser manually + Set the language to Canadian english + Increase the font size for small screens #+begin_src emacs-lisp (setq dotfiles/browser "chromium-browser" dotfiles/language "en_CA" dotfiles/font-size 132) #+end_src * Footnotes [fn:1] DEFINITION NOT FOUND. [fn:2] DEFINITION NOT FOUND. [fn:3] DEFINITION NOT FOUND. [fn:4] DEFINITION NOT FOUND. [fn:5] DEFINITION NOT FOUND.