summaryrefslogtreecommitdiff
path: root/home/spacemacs.el
diff options
context:
space:
mode:
authorqaristote <quentin.aristote@ens.fr>2023-03-14 18:45:39 +0100
committerqaristote <quentin.aristote@ens.fr>2023-03-14 18:45:39 +0100
commit1dbabfe398699329373d1bb9994cee66e2b3317b (patch)
tree55e262cbb8e0d812eaa235b8c7fe0077babd0ab8 /home/spacemacs.el
parentb65d1271ed41d2de0a1388c1baed3b58ff32782e (diff)
home: emacs: fix fontsize
Diffstat (limited to 'home/spacemacs.el')
-rw-r--r--home/spacemacs.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/home/spacemacs.el b/home/spacemacs.el
index 89ca659..b7d643f 100644
--- a/home/spacemacs.el
+++ b/home/spacemacs.el
@@ -273,7 +273,7 @@ It should only modify the values of Spacemacs settings."
;; a non-negative integer (pixel size), or a floating-point (point size).
;; Point size is recommended, because it's device independent. (default 10.0)
dotspacemacs-default-font '("DejaVu Sans Mono"
- :size 6.0
+ :size 10.0
:weight normal
:width normal)