diff --git a/README.org b/README.org index 29e03c8..5ae1357 100644 --- a/README.org +++ b/README.org @@ -184,7 +184,7 @@ The first machine with real hardware to deploy this configuration to. It's an Ac Configure the browser. #+begin_src emacs-lisp -(setq dotfiles/browser "qutebrowser" +(setq dotfiles/browser "firefox" dotfiles/language "en_CA" dotfiles/font-size 132) #+end_src @@ -200,7 +200,7 @@ The first configuration, built using the Ubuntu 20.04 LTS server edition. + Set the language to Canadian english #+begin_src emacs-lisp -(setq dotfiles/browser "qutebrowser" +(setq dotfiles/browser "firefox" dotfiles/language "en_CA") #+end_src diff --git a/hosts/acernitro.el b/hosts/acernitro.el index cd69020..61f741f 100644 --- a/hosts/acernitro.el +++ b/hosts/acernitro.el @@ -1,3 +1,3 @@ -(setq dotfiles/browser "qutebrowser" +(setq dotfiles/browser "firefox" dotfiles/language "en_CA" dotfiles/font-size 132) diff --git a/hosts/virtualbox.el b/hosts/virtualbox.el index 76ce4d9..2ac03fa 100644 --- a/hosts/virtualbox.el +++ b/hosts/virtualbox.el @@ -1,2 +1,2 @@ -(setq dotfiles/browser "qutebrowser" +(setq dotfiles/browser "firefox" dotfiles/language "en_CA")