diff options
| -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) |
