From 609d05096047abcd557d325cf55a1274bac81ca2 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Mon, 15 Feb 2021 16:11:06 +0000 Subject: [PATCH] Rollback to firefox --- README.org | 4 ++-- hosts/acernitro.el | 2 +- hosts/virtualbox.el | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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")