#+TITLE: VirtualBox #+AUTHOR: Christopher James Hayward #+EMAIL: chris@chrishayward.xyz #+PROPERTY: header-args:emacs-lisp :tangle virtualbox.el :comments org #+PROPERTY: header-args :results silent :eval no-export :comments org #+OPTIONS: num:nil toc:nil todo:nil tasks:nil tags:nil #+OPTIONS: skip:nil author:nil email:nil creator:nil timestamp:nil Emacs running via Ubuntu[fn:1] and VirtualBox[fn:2] * Config Configure ~firefox~[fn:3] as the system browser, and set override the dictionary with Canadian english for writing school assignments. #+begin_src emacs-lisp (setq dotfiles/browser "firefox" dotfiles/language "en_CA") #+end_src * Footnotes [fn:1] https://ubuntu.com [fn:2] https://virtualbox.com [fn:3] https://firefox.com