diff options
| author | qaristote <quentin.aristote@ens.fr> | 2023-03-14 18:45:39 +0100 |
|---|---|---|
| committer | qaristote <quentin.aristote@ens.fr> | 2023-03-14 18:45:39 +0100 |
| commit | 1dbabfe398699329373d1bb9994cee66e2b3317b (patch) | |
| tree | 55e262cbb8e0d812eaa235b8c7fe0077babd0ab8 /home | |
| parent | b65d1271ed41d2de0a1388c1baed3b58ff32782e (diff) | |
home: emacs: fix fontsize
Diffstat (limited to 'home')
| -rw-r--r-- | home/spacemacs.el | 2 |
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) |
