diff --git a/lispy.el b/lispy.el index 5ba27b1e..e1d19a33 100644 --- a/lispy.el +++ b/lispy.el @@ -5522,6 +5522,7 @@ Macro used may be customized in `lispy-thread-last-macro', which see." (iedit-start (iedit-regexp-quote (lispy--string-dwim)) beg end) (lispy-mark-symbol) (lispy-move-down 1) + (iedit-update-occurrences) (iedit-mode) (deactivate-mark) (lispy-left 1)