Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions swiper.el
Original file line number Diff line number Diff line change
Expand Up @@ -1244,6 +1244,8 @@ otherwise continue prompting for buffers."
(cond
;; Ignore TAGS buffers, they tend to add duplicate results.
((eq mode #'tags-table-mode) nil)
;; Ignore buffers being displayed as images
((eq mode 'image-mode) nil)
;; Always consider dired buffers, even though they're not backed
;; by a file.
((eq mode #'dired-mode) t)
Expand Down