From bb5124be391b0ead271af69f6b4c2400a1c95d67 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Fri, 26 Feb 2021 12:18:59 -0500 Subject: [PATCH] Add host files --- hosts/localhost.el | 1 + hosts/raspberry.el | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 hosts/localhost.el create mode 100644 hosts/raspberry.el diff --git a/hosts/localhost.el b/hosts/localhost.el new file mode 100644 index 0000000..38df7a3 --- /dev/null +++ b/hosts/localhost.el @@ -0,0 +1 @@ +(setq dotfiles/font-size 132) diff --git a/hosts/raspberry.el b/hosts/raspberry.el new file mode 100644 index 0000000..f03c37c --- /dev/null +++ b/hosts/raspberry.el @@ -0,0 +1,3 @@ +(setq dotfiles/browser "chromium-browser" + dotfiles/language "en_CA" + dotfiles/font-size 132)