From 2402fd67ac5409a5f3744cb07ab1611119e6f735 Mon Sep 17 00:00:00 2001 From: main Date: Sun, 11 Dec 2022 20:43:41 +0100 Subject: [PATCH] More fixes Signed-off-by: main --- emacs-lisp/org_mode.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs-lisp/org_mode.org b/emacs-lisp/org_mode.org index b18f2f3..ae585f4 100644 --- a/emacs-lisp/org_mode.org +++ b/emacs-lisp/org_mode.org @@ -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