mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-29 11:36:16 +01:00
More fixes
Signed-off-by: main <magic_rb@redalder.org>
This commit is contained in:
parent
d22c02c6cc
commit
2402fd67ac
|
@ -195,9 +195,9 @@ Normally a LaTeX preview is just one huge image which makes Emacs really jumpy a
|
||||||
(put-text-property beg end
|
(put-text-property beg end
|
||||||
'display
|
'display
|
||||||
(list (append image-spec '(:ascent center))))))
|
(list (append image-spec '(:ascent center))))))
|
||||||
|
(font-lock-fontify-region beg end)
|
||||||
(with-silent-modifications
|
(with-silent-modifications
|
||||||
(put-text-property beg end 'line-height t)
|
(put-text-property beg end 'line-height t))))
|
||||||
(font-lock-fontify-region beg end)))))
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue