From 39999937225c3980c6fb53f4e43bdd96fae7c5c1 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Thu, 18 Feb 2021 11:34:01 -0500 Subject: [PATCH] Add raspberry pi host --- README.org | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.org b/README.org index 73bab88..31943c6 100644 --- a/README.org +++ b/README.org @@ -189,6 +189,22 @@ Configure the browser. dotfiles/font-size 132) #+end_src +** Raspberry +:header-args: :tangle hosts/raspberry.el + +Raspberry Pi 400 personal computer. + + ++ Set the browser manually ++ Set the language to Canadian english ++ Increase font size for small screens + +#+begin_src emacs-lisp +(setq dotfiles/browser "chromium-browser" + dotfiles/language "en_CA" + dotfiles/font-size 132) +#+end_src + ** Virtualbox :PROPERTIES: :header-args: :tangle hosts/virtualbox.el