summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configs/rcs/emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/rcs/emacs.d/init.el b/configs/rcs/emacs.d/init.el
index da6f61b..eae117d 100644
--- a/configs/rcs/emacs.d/init.el
+++ b/configs/rcs/emacs.d/init.el
@@ -108,7 +108,7 @@
;; when using darwin I don't want to use the native full screen mode, as it opens a new work space
(when (eq system-type 'darwin)
(setq ns-use-native-fullscreen nil))
- (set-face-attribute 'default nil :height 150 :weight 'normal :width 'normal))
+ (set-face-attribute 'default nil :height 130 :weight 'normal :width 'normal))
(use-package general
:config