summaryrefslogtreecommitdiff
path: root/emacs-config.org
diff options
context:
space:
mode:
Diffstat (limited to 'emacs-config.org')
-rw-r--r--emacs-config.org7
1 files changed, 7 insertions, 0 deletions
diff --git a/emacs-config.org b/emacs-config.org
index 2a8889e..d4e3212 100644
--- a/emacs-config.org
+++ b/emacs-config.org
@@ -149,6 +149,13 @@ Enable theme.
(load-theme 'modus-vivendi)
#+end_src
+
+** Font
+Font settings.
+#+begin_src elisp
+ (set-face-attribute 'default nil :height 100)
+#+end_src
+
** Tab-bar
Open scratch window on new tab.
#+begin_src elisp