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.

17 lines
613 B

4 years ago
  1. ;; Acernitro
  2. ;; :PROPERTIES:
  3. ;; :header-args: :tangle hosts/acernitro.el
  4. ;; :END:
  5. ;; The first machine with real hardware to deploy this configuration to. It's an Acer Nitro AN-515 with the NVIDIA / Intel hybrid graphics card. Due to the issues I encountered with this hardware setup, I again opted to install Ubuntu 20.04, and stripped away the components I don't need.
  6. ;; + Set the browser manually
  7. ;; + Set the language to Canadian english
  8. ;; + Increase font size for high DPI screen
  9. ;; Configure the browser.
  10. (setq dotfiles/browser "firefox"
  11. dotfiles/language "en_CA"
  12. dotfiles/font-size 132)