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.

15 lines
391 B

4 years ago
  1. ;; Raspberry
  2. ;; :PROPERTIES:
  3. ;; :header-args: :tangle hosts/raspberry.el
  4. ;; :END:
  5. ;; Raspberry Pi 400 personal computer, and a small fleet of Zero, Zero WH, 4, and 4Bs.
  6. ;; + Set the browser manually
  7. ;; + Set the language to Canadian english
  8. ;; + Increase font size for small screens
  9. (setq dotfiles/browser "chromium-browser"
  10. dotfiles/language "en_CA"
  11. dotfiles/font-size 132)