aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Kavanagh <rak@rak.ac>2021-12-29 12:27:12 -0500
committerRyan Kavanagh <rak@rak.ac>2021-12-29 12:27:12 -0500
commitb440053d6aa01b1b382e5a1050be5c0dfe090fa1 (patch)
tree1ce0028fa36706a47c0a8380b1bbd93c610dedc8
parentfix typo in .emacs (diff)
bump default font size in emacs to 13pt
Diffstat (limited to '')
-rw-r--r--dot_emacs4
1 files changed, 3 insertions, 1 deletions
diff --git a/dot_emacs b/dot_emacs
index afc9f6f..928f141 100644
--- a/dot_emacs
+++ b/dot_emacs
@@ -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