|
|
@ -1,31 +0,0 @@ |
|
|
|
#+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 |
|
|
|
|
|
|
|
Emacs running via Rasbian[fn:1] on a Raspberry Pi 400[fn:2], and a small fleet of Zero and Zero WH[fn:3] machines. |
|
|
|
|
|
|
|
* Config |
|
|
|
|
|
|
|
Configure the pre-packaged ~chromium-browser~[fn:4] as the default system browser, override the dictionary with Canadian english, and increase the font size to accomodate the smaller screen. |
|
|
|
|
|
|
|
#+begin_src emacs-lisp |
|
|
|
(setq dotfiles/browser "chromium-browser" |
|
|
|
dotfiles/language "en_CA" |
|
|
|
dotfiles/font-size 132) |
|
|
|
#+end_src |
|
|
|
|
|
|
|
* Footnotes |
|
|
|
|
|
|
|
[fn:1] https://raspbian.org |
|
|
|
|
|
|
|
[fn:2] https://www.raspberrypi.org/products/raspberry-pi-400/ |
|
|
|
|
|
|
|
[fn:3] https://www.raspberrypi.org/blog/zero-wh/ |
|
|
|
|
|
|
|
[fn:4] https://pimylifeup.com/raspberry-pi-chromium-browser/ |