summaryrefslogtreecommitdiff
path: root/mms-gui.org
diff options
context:
space:
mode:
authormms <michal@sapka.me>2024-05-14 18:06:41 +0200
committermms <michal@sapka.me>2024-05-14 18:06:41 +0200
commit7d645e3da4075c69dbd1b9df47e9cd857861041b (patch)
tree615b3cf8831837bb38a48008f3aa140d21e5689a /mms-gui.org
parent9020794c3bce459d53d1994e1b2c8a6bce6971d6 (diff)
feat: presentation mode
Diffstat (limited to 'mms-gui.org')
-rw-r--r--mms-gui.org8
1 files changed, 8 insertions, 0 deletions
diff --git a/mms-gui.org b/mms-gui.org
index b7dcdc3..09e0a1d 100644
--- a/mms-gui.org
+++ b/mms-gui.org
@@ -58,8 +58,16 @@ It is also available for FreeBSD and macOS:
;; Set fonts for Voyager in clamshell mode
(interactive)
(set-face-attribute 'default nil :font "iosevka" :height 115))
+
+ (defun mms-presentation-font-mode ()
+ ;; Set fonts for Voyager in clamshell mode
+ (interactive)
+ (set-face-attribute 'default nil :font "iosevka" :height 200))
#+end_src
+#+RESULTS:
+: mms-presentation-font-mode
+
* Colors
I, like everybody, like pretty colors.