From 97f06e576e9b5b0f86d67918d57fb5b6db87a09d Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Fri, 2 Jul 2021 17:51:15 +0900 Subject: [PATCH] Update --- emacs.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs.el b/emacs.el index 0f7e5f8..9236470 100644 --- a/emacs.el +++ b/emacs.el @@ -3079,8 +3079,8 @@ Any output will be written to current buffer." (propertize " " 'face (overlay-get mmv-mark-overlay 'face))) (move-overlay mmv-mark-overlay mark-position mark-position))))) -;; Makes display very slow? -(add-hook 'pre-redisplay-functions #'mmv-draw-mark) +;; ;; Makes display very slow? +;; (add-hook 'pre-redisplay-functions #'mmv-draw-mark) (defun mmv-toggle-mark-visibility () "Toggles the mark's visiblity and redraws it (whether invisible or visible)."