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.

29 lines
766 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. Emacs running via Ubuntu[fn:1] and VirtualBox[fn:2]
  9. * Config
  10. Configure ~firefox~[fn:3] as the system browser, and set override the dictionary with Canadian english for writing school assignments.
  11. #+begin_src emacs-lisp
  12. (setq dotfiles/browser "firefox"
  13. dotfiles/language "en_CA")
  14. #+end_src
  15. * Footnotes
  16. [fn:1] https://ubuntu.com
  17. [fn:2] https://virtualbox.com
  18. [fn:3] https://firefox.com