mirror of
https://git.sr.ht/~magic_rb/dotfiles
synced 2024-11-26 01:56:13 +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
|
||||
'display
|
||||
(list (append image-spec '(:ascent center))))))
|
||||
(font-lock-fontify-region beg end)
|
||||
(with-silent-modifications
|
||||
(put-text-property beg end 'line-height t)
|
||||
(font-lock-fontify-region beg end)))))
|
||||
(put-text-property beg end 'line-height t))))
|
||||
#+end_src
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue