Try use pre-redisplay func to fix font issue

This commit is contained in:
Leni Ven 2023-01-24 20:09:08 -08:00
parent 3a8bec25e6
commit c85c5e1059
2 changed files with 2 additions and 2 deletions

View File

@ -85,7 +85,7 @@
latex-enable-folding t
latex-enable-magic nil
magic-latex-enable-block-highlight t
magic-latex-enable-block-align t
magic-latex-enable-block-align nil
;; Massively slows down emacs due to fonts
magic-latex-enable-pretty-symbols nil
magic-latex-enable-suscript t

View File

@ -48,7 +48,7 @@
))
;; This exists to ensure the theming modifications are applied. 'after-init-hook
;; does not work well here.
(add-hook 'emacs-startup-hook
(add-hook 'pre-redisplay-function
(lambda () (spacemacs/update-theme)))
;; Language Support