Browse Source

Cleanup host files

main
parent
commit
ff394e850b
  1. 16
      README.org

16
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 :header-args: :tangle hosts/acernitro.el
:END: :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. Configure the browser.
#+begin_src emacs-lisp #+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 #+end_src
This machine has a screen with a high =DPI=, requiring modification to ~dotfiles/font-size~. 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. 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 #+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 #+end_src
* Modules * Modules

Loading…
Cancel
Save