diff options
author | Case Duckworth | 2022-01-21 16:40:25 -0600 |
---|---|---|
committer | Case Duckworth | 2022-01-21 16:40:25 -0600 |
commit | 2b99cc25d369f6192b78863fec450e55b9d15d4a (patch) | |
tree | 48316c06736945a772b457d4008ccbb41a3827a3 /machines/bob.el | |
parent | Merge branch 'main' of tildegit.org:acdw/emacs (diff) | |
download | emacs-2b99cc25d369f6192b78863fec450e55b9d15d4a.tar.gz emacs-2b99cc25d369f6192b78863fec450e55b9d15d4a.zip |
Change system to machine
Diffstat (limited to 'machines/bob.el')
-rw-r--r-- | machines/bob.el | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/machines/bob.el b/machines/bob.el new file mode 100644 index 0000000..e9b444c --- /dev/null +++ b/machines/bob.el | |||
@@ -0,0 +1,10 @@ | |||
1 | ;;; bob.el --- Customizations for "bob" -*- lexical-binding: t; -*- | ||
2 | |||
3 | ;;; Commentary: | ||
4 | |||
5 | ;;; Code: | ||
6 | |||
7 | (setq machine-default-font "DejaVu Sans Mono" | ||
8 | machine-default-height 105) | ||
9 | |||
10 | ;;; bob.el ends here | ||