From 446c6d311af75ef0c4d9d5dd399ffbe677038558 Mon Sep 17 00:00:00 2001 From: Daniel Mendler Date: Mon, 10 May 2021 21:39:51 +0200 Subject: Set inhibit-modification-hooks --- corfu.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/corfu.el b/corfu.el index 0bfc143..aa34d28 100644 --- a/corfu.el +++ b/corfu.el @@ -243,7 +243,7 @@ Set to nil in order to disable confirmation." right-margin-width nil fringes-outside-margins 0 face-remapping-alist fr) - (let (inhibit-modification-hooks) + (let ((inhibit-modification-hooks t)) (erase-buffer) (insert content) (goto-char (point-min)))) -- cgit v1.0