diff --git a/hosts/gamingpc.org b/hosts/gamingpc.org index d0e047a..b0fbdd2 100644 --- a/hosts/gamingpc.org +++ b/hosts/gamingpc.org @@ -12,10 +12,13 @@ * Options -+ Disable the [[file:~/.emacs.d/modules/email.org][Email]] module ++ Disable the [[file:~/.emacs.d/modules/email.org][Email]] module on ~native-comp~ ++ Silce warnings on ~native-comp~ #+begin_src emacs-lisp (delete 'email dotfiles/modules) + +(setq comp-async-report-warnings-errors nil) #+end_src * Resources diff --git a/hosts/virtualbox.org b/hosts/virtualbox.org index 69f4c8a..76f4c73 100644 --- a/hosts/virtualbox.org +++ b/hosts/virtualbox.org @@ -14,15 +14,18 @@ The first configuration, built in the pit of evil on a Windows 10 host **gasps** + Set the browser manually + Set the language to Canadian english - ++ Disable the [[file:~/.emacs.d/modules/email.org][Email]] module on ~native-comp~ ++ Silce warnings on ~native-comp~ + #+begin_src emacs-lisp (setq dotfiles/browser "firefox" dotfiles/language "en_CA") -#+end_src -#+RESULTS: -: en_CA +(delete 'email dotfiles/modules) +(setq comp-async-report-warnings-errors nil) +#+end_src + * Resouces [fn:1] Ubuntu 20.04 LTS Server