Skip to content

Commit

Permalink
add missing command in meow-shims of wgrep
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyinz committed Oct 2, 2024
1 parent bba7aa9 commit cc7fdf4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions meow-shims.el
Original file line number Diff line number Diff line change
Expand Up @@ -139,9 +139,11 @@ Argument ENABLE non-nil means turn on."
(advice-add 'wgrep-change-to-wgrep-mode :after #'meow--switch-to-normal)
(advice-add 'wgrep-exit :after #'meow--switch-to-motion)
(advice-add 'wgrep-finish-edit :after #'meow--switch-to-motion)
(advice-add 'wgrep-abort-changes :after #'meow--switch-to-motion)
(advice-add 'wgrep-save-all-buffers :after #'meow--switch-to-motion))
(advice-remove 'wgrep-change-to-wgrep-mode #'meow--switch-to-normal)
(advice-remove 'wgrep-exit #'meow--switch-to-motion)
(advice-remove 'wgrep-abort-changes #'meow--switch-to-motion)
(advice-remove 'wgrep-finish-edit #'meow--switch-to-motion)
(advice-remove 'wgrep-save-all-buffers #'meow--switch-to-motion)))

Expand Down

0 comments on commit cc7fdf4

Please sign in to comment.