avy.el (avy-dowindows): Ignore pdf-view-mode

Fixes #57
This commit is contained in:
Oleh Krehel 2015-06-02 16:59:57 +02:00
parent 1350ab318e
commit 7a008217e3

2
avy.el
View File

@ -371,7 +371,7 @@ multiple DISPLAY-FN invokations."
avy-all-windows)))
(dolist (wnd (avy-window-list))
(with-selected-window wnd
(unless (memq major-mode '(image-mode doc-view-mode))
(unless (memq major-mode '(image-mode doc-view-mode pdf-view-mode))
,@body)))))
(defmacro avy--with-avy-keys (command &rest body)