Browse Source

Update hosts on ~native-comp~

main
parent
commit
4753130ccf
  1. 5
      hosts/gamingpc.org
  2. 11
      hosts/virtualbox.org

5
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

11
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

Loading…
Cancel
Save