Font updates
This commit is contained in:
parent
e385e6c920
commit
e15539c70e
1 changed files with 2 additions and 2 deletions
4
init.el
4
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue