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

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