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.

31 lines
1.0 KiB

4 years ago
4 years ago
4 years ago
4 years ago
  1. #+TITLE: Raspberry
  2. #+AUTHOR: Christopher James Hayward
  3. #+EMAIL: chris@chrishayward.xyz
  4. #+PROPERTY: header-args:emacs-lisp :tangle raspberry.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 Rasbian[fn:1] on a Raspberry Pi 400[fn:2], and a small fleet of Zero and Zero WH[fn:3] machines.
  9. * Config
  10. Configure the pre-packaged ~chromium-browser~[fn:4] as the default system browser, override the dictionary with Canadian english, and increase the font size to accomodate the smaller screen.
  11. #+begin_src emacs-lisp
  12. (setq dotfiles/browser "chromium-browser"
  13. dotfiles/language "en_CA"
  14. dotfiles/font-size 132)
  15. #+end_src
  16. * Footnotes
  17. [fn:1] https://raspbian.org
  18. [fn:2] https://www.raspberrypi.org/products/raspberry-pi-400/
  19. [fn:3] https://www.raspberrypi.org/blog/zero-wh/
  20. [fn:4] https://pimylifeup.com/raspberry-pi-chromium-browser/