Skip to content

Commit

Permalink
Remove overlay arrow when starting new search
Browse files Browse the repository at this point in the history
  • Loading branch information
Wilfred committed Aug 25, 2018
1 parent 3e0f0c2 commit 39fa9be
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions deadgrep.el
Expand Up @@ -921,6 +921,7 @@ This will either be a button, a filename, or a search result."
(erase-buffer)
(setq deadgrep--current-file nil)
(setq deadgrep--hidden-files nil)
(set-marker overlay-arrow-position nil)

(deadgrep--write-heading)
;; If the point was in the heading, ensure that we restore its
Expand Down

0 comments on commit 39fa9be

Please sign in to comment.