From cd937b40534f32ff88571220883a24e3b1ba21d3 Mon Sep 17 00:00:00 2001 From: Tobias Ostner Date: Mon, 18 Sep 2023 22:33:15 +0200 Subject: [PATCH] Greater font + emacs pixelwise resize --- .emacs.d/init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 6692123..a01df0e 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -301,6 +301,7 @@ (invert-face 'mode-line) (run-with-timer 0.1 nil #'invert-face 'mode-line)) + (setq frame-resize-pixelwise t) (add-to-list 'default-frame-alist '(ns-transparent-titlebar . t)) (add-to-list 'default-frame-alist '(ns-appearance . dark)) @@ -338,7 +339,7 @@ (t :default-family "Iosevka Comfy" :default-weight regular - :default-height 130 + :default-height 140 :fixed-pitch-height 1.0 :fixed-pitch-serif-height 1.0 :variable-pitch-family "Iosevka Comfy Motion Duo"