From 3197767d4fc4c29d428b87eaa2ab685c0716efab Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 16 Aug 2016 08:56:00 +0200 Subject: [PATCH] ivy: fix display glitches on ivy-done --- core/core-ivy.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/core-ivy.el b/core/core-ivy.el index c970b4d0c..ac404ff67 100644 --- a/core/core-ivy.el +++ b/core/core-ivy.el @@ -21,6 +21,8 @@ "C-u" 'backward-kill-sentence "C-b" 'backward-word "C-f" 'forward-word) + ;; Fix display glitches + (advice-add 'ivy-done :after 'redraw-display) ;; (require 'counsel)