diff options
-rw-r--r-- | mms-gui.org | 8 | ||||
-rw-r--r-- | mms-ox.org | 4 |
2 files changed, 12 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. @@ -35,8 +35,12 @@ I want to use all available languages. (ruby . t) (dot . t) (css . t) + (sql . t) (plantuml . t))) #+end_src + +#+RESULTS: + Don't ask for confirmation when evaluating, don't be annoying. #+begin_src emacs-lisp |