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.

13 lines
303 B

4 years ago
  1. ;; Virtualbox
  2. ;; :PROPERTIES:
  3. ;; :header-args: :tangle hosts/virtualbox.el
  4. ;; :END:
  5. ;; The first configuration, built using the Ubuntu 20.04 LTS server edition.
  6. ;; + Set the browser manually
  7. ;; + Set the language to Canadian english
  8. (setq dotfiles/browser "firefox"
  9. dotfiles/language "en_CA")