Try use pre-redisplay func to fix font issue
This commit is contained in:
parent
3a8bec25e6
commit
c85c5e1059
|
@ -85,7 +85,7 @@
|
||||||
latex-enable-folding t
|
latex-enable-folding t
|
||||||
latex-enable-magic nil
|
latex-enable-magic nil
|
||||||
magic-latex-enable-block-highlight t
|
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
|
;; Massively slows down emacs due to fonts
|
||||||
magic-latex-enable-pretty-symbols nil
|
magic-latex-enable-pretty-symbols nil
|
||||||
magic-latex-enable-suscript t
|
magic-latex-enable-suscript t
|
||||||
|
|
|
@ -48,7 +48,7 @@
|
||||||
))
|
))
|
||||||
;; This exists to ensure the theming modifications are applied. 'after-init-hook
|
;; This exists to ensure the theming modifications are applied. 'after-init-hook
|
||||||
;; does not work well here.
|
;; does not work well here.
|
||||||
(add-hook 'emacs-startup-hook
|
(add-hook 'pre-redisplay-function
|
||||||
(lambda () (spacemacs/update-theme)))
|
(lambda () (spacemacs/update-theme)))
|
||||||
|
|
||||||
;; Language Support
|
;; Language Support
|
||||||
|
|
Loading…
Reference in New Issue