I showed you my source code, pls respond
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
867 B

4 years ago
4 years ago
  1. #+TITLE: VirtualBox
  2. #+AUTHOR: Christopher James Hayward
  3. #+EMAIL: chris@chrishayward.xyz
  4. #+PROPERTY: header-args:emacs-lisp :tangle virtualbox.el :comments org
  5. #+PROPERTY: header-args :results silent :eval no-export :comments org
  6. #+OPTIONS: num:nil toc:nil todo:nil tasks:nil tags:nil
  7. #+OPTIONS: skip:nil author:nil email:nil creator:nil timestamp:nil
  8. The first configuration, built in the pit of evil on a Windows 10 host **gasps**. I opted for *easy mode* when creating this host and based it on the *Ubuntu 20.04 LTS Server Edition*[fn:1]. Future versions may see this abandoned for *Alpine Linux*[fn:2]
  9. * Options
  10. + Set the browser manually
  11. + Set the language to Canadian english
  12. #+begin_src emacs-lisp
  13. (setq dotfiles/browser "firefox"
  14. dotfiles/language "en_CA")
  15. #+end_src
  16. * Footnotes
  17. [fn:1] Ubuntu 20.04 LTS Server
  18. [fn:2] Alpine Linux