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.
|
|
#+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
|