diff --git a/README.org b/README.org index b46ed34..b3022f2 100644 --- a/README.org +++ b/README.org @@ -175,10 +175,18 @@ Each host system that runs Emacs has a file defined in the =hosts/= sub director :header-args: :tangle hosts/acernitro.el :END: +The first machine with real hardware to deploy this configuration to. It's an Acer Nitro AN-515 with the NVIDIA / Intel hybrid graphics card. Due to the issues I encountered with this hardware setup, I again opted to install Ubuntu 20.04, and stripped away the components I don't need. + ++ Set the browser to use the flatpak of firefox ++ Set the language to Canadian english ++ Increase font size for high DPI screen + Configure the browser. #+begin_src emacs-lisp -(setq dotfiles/browser "flatpak run org.mozilla.firefox") +(setq dotfiles/browser "flatpak run org.mozilla.firefox" + dotfiles/language "en_CA" + dotfiles/font-size 132) #+end_src This machine has a screen with a high =DPI=, requiring modification to ~dotfiles/font-size~. @@ -194,8 +202,12 @@ This machine has a screen with a high =DPI=, requiring modification to ~dotfiles The first configuration, built using the Ubuntu 20.04 LTS server edition. I decided to incorporate =flatpaks= into this build. ++ Set the browser to use the flatpak of firefox ++ Set the language to Canadian english + #+begin_src emacs-lisp -(setq dotfiles/browser "flatpak run org.mozilla.firefox") +(setq dotfiles/browser "flatpak run org.mozilla.firefox" + dotfiles/language "en_CA") #+end_src * Modules