diff options
author | Ryan Kavanagh <rak@rak.ac> | 2021-12-29 12:27:12 -0500 |
---|---|---|
committer | Ryan Kavanagh <rak@rak.ac> | 2021-12-29 12:27:12 -0500 |
commit | b440053d6aa01b1b382e5a1050be5c0dfe090fa1 (patch) | |
tree | 1ce0028fa36706a47c0a8380b1bbd93c610dedc8 /dot_emacs | |
parent | fix typo in .emacs (diff) |
bump default font size in emacs to 13pt
Diffstat (limited to 'dot_emacs')
-rw-r--r-- | dot_emacs | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -36,7 +36,9 @@ (append '(("Spleen 16x32" "Ubuntu Mono" "FreeMono" "Liberation Mono")) face-font-family-alternatives)) :custom-face - (default ((t (:family "Spleen 16x32"))))) + (default ((t (:family "Spleen 16x32" + :height 130 ; unit is 1/10 pt + ))))) (if (string= (system-name) "demeter.rak.ac") (use-package leuven-theme ; nice theme for lecturing / projectors |