Browse Source

Update hosts on ~native-comp~

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

5
hosts/gamingpc.org

@ -12,10 +12,13 @@
* Options * 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 #+begin_src emacs-lisp
(delete 'email dotfiles/modules) (delete 'email dotfiles/modules)
(setq comp-async-report-warnings-errors nil)
#+end_src #+end_src
* Resources * Resources

9
hosts/virtualbox.org

@ -14,14 +14,17 @@ The first configuration, built in the pit of evil on a Windows 10 host **gasps**
+ Set the browser manually + Set the browser manually
+ Set the language to Canadian english + 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 #+begin_src emacs-lisp
(setq dotfiles/browser "firefox" (setq dotfiles/browser "firefox"
dotfiles/language "en_CA") dotfiles/language "en_CA")
#+end_src
#+RESULTS:
: en_CA
(delete 'email dotfiles/modules)
(setq comp-async-report-warnings-errors nil)
#+end_src
* Resouces * Resouces

Loading…
Cancel
Save