From b3709294209f2570798442b3ab6166a817a52790 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Sat, 22 May 2021 08:14:30 -0400 Subject: [PATCH] Update host config --- hosts/raspberry.org | 18 +++++++----------- hosts/virtualbox.org | 14 ++++++++------ 2 files changed, 15 insertions(+), 17 deletions(-) diff --git a/hosts/raspberry.org b/hosts/raspberry.org index bfa98ea..390aaaa 100644 --- a/hosts/raspberry.org +++ b/hosts/raspberry.org @@ -8,13 +8,11 @@ #+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]. +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. -* Options +* Config -+ Set the browser manually -+ Set the language to Canadian english -+ Increase the font size for small screens +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" @@ -24,12 +22,10 @@ * Footnotes -[fn:1] DEFINITION NOT FOUND. +[fn:1] https://raspbian.org -[fn:2] DEFINITION NOT FOUND. +[fn:2] https://www.raspberrypi.org/products/raspberry-pi-400/ -[fn:3] DEFINITION NOT FOUND. +[fn:3] https://www.raspberrypi.org/blog/zero-wh/ -[fn:4] DEFINITION NOT FOUND. - -[fn:5] DEFINITION NOT FOUND. +[fn:4] https://pimylifeup.com/raspberry-pi-chromium-browser/ diff --git a/hosts/virtualbox.org b/hosts/virtualbox.org index 904ae7c..66526b1 100644 --- a/hosts/virtualbox.org +++ b/hosts/virtualbox.org @@ -8,12 +8,11 @@ #+OPTIONS: num:nil toc:nil todo:nil tasks:nil tags:nil #+OPTIONS: skip:nil author:nil email:nil creator:nil timestamp:nil -The first configuration, built in the pit of evil on a Windows 10 host **gasps**. I opted for *easy mode* when creating this host and based it on the *Ubuntu 20.04 LTS Server Edition*[fn:1]. Future versions may see this abandoned for *Alpine Linux*[fn:2] +Emacs running via Ubuntu[fn:1] and VirtualBox[fn:2] -* Options +* Config -+ Set the browser manually -+ Set the language to Canadian english +Configure ~firefox~[fn:3] as the system browser, and set override the dictionary with Canadian english for writing school assignments. #+begin_src emacs-lisp (setq dotfiles/browser "firefox" @@ -22,6 +21,9 @@ The first configuration, built in the pit of evil on a Windows 10 host **gasps** * Footnotes -[fn:1] Ubuntu 20.04 LTS Server +[fn:1] https://ubuntu.com + +[fn:2] https://virtualbox.com + +[fn:3] https://firefox.com -[fn:2] Alpine Linux