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)