From e15539c70e95df79f66a7b5c5faea49adf775644 Mon Sep 17 00:00:00 2001 From: Dimitri Lozeve Date: Thu, 7 Sep 2023 12:06:59 +0200 Subject: [PATCH] Font updates --- init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.el b/init.el index 18b0b7f..b40b3f0 100644 --- a/init.el +++ b/init.el @@ -54,7 +54,7 @@ '((c-mode . doxygen) (c++-mode . doxygen))) -(let ((my-font "Iosevka Term") +(let ((my-font "Iosevka") (my-height 120)) (set-face-attribute 'default nil :family my-font :height my-height) (set-face-attribute 'fixed-pitch nil :family my-font :height my-height)) @@ -363,7 +363,7 @@ org-edit-src-content-indentation 0) (setq org-startup-with-latex-preview t - org-format-latex-options (plist-put org-format-latex-options :scale 1)) + org-format-latex-options (plist-put org-format-latex-options :scale 0.6)) (require 'ox-latex) (add-to-list 'org-latex-classes