Font updates

This commit is contained in:
Dimitri Lozeve 2023-09-07 12:06:59 +02:00
parent e385e6c920
commit e15539c70e

View file

@ -54,7 +54,7 @@
'((c-mode . doxygen) '((c-mode . doxygen)
(c++-mode . doxygen))) (c++-mode . doxygen)))
(let ((my-font "Iosevka Term") (let ((my-font "Iosevka")
(my-height 120)) (my-height 120))
(set-face-attribute 'default nil :family my-font :height my-height) (set-face-attribute 'default nil :family my-font :height my-height)
(set-face-attribute 'fixed-pitch 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) org-edit-src-content-indentation 0)
(setq (setq
org-startup-with-latex-preview t 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) (require 'ox-latex)
(add-to-list 'org-latex-classes (add-to-list 'org-latex-classes