Skip to content

Commit

Permalink
lispy.el (lispy-unbind-variable): Call iedit-update-occurrences
Browse files Browse the repository at this point in the history
  • Loading branch information
papercatlol committed Sep 20, 2021
1 parent 9568ee1 commit 1ad07a0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lispy.el
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 1ad07a0

Please sign in to comment.