diff options
author | Case Duckworth | 2022-01-17 13:45:32 -0600 |
---|---|---|
committer | Case Duckworth | 2022-01-17 13:45:32 -0600 |
commit | 1394b10658f5059aeb5fa45a2985f4cac97f833d (patch) | |
tree | 9a448cbcd0e6d94d337893f764f28fe1f833e77d /systems/bob.el | |
parent | Add sort-setq (diff) | |
download | emacs-1394b10658f5059aeb5fa45a2985f4cac97f833d.tar.gz emacs-1394b10658f5059aeb5fa45a2985f4cac97f833d.zip |
So! Many! Changes!!
Diffstat (limited to 'systems/bob.el')
-rw-r--r-- | systems/bob.el | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/systems/bob.el b/systems/bob.el new file mode 100644 index 0000000..427f38a --- /dev/null +++ b/systems/bob.el | |||
@@ -0,0 +1,10 @@ | |||
1 | ;;; bob.el --- Customizations for "bob" -*- lexical-binding: t; -*- | ||
2 | |||
3 | ;;; Commentary: | ||
4 | |||
5 | ;;; Code: | ||
6 | |||
7 | (setq system-default-font "DejaVu Sans Mono" | ||
8 | system-default-height 105) | ||
9 | |||
10 | ;;; bob.el ends here | ||