emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 7a00821 09/24: avy.el (avy-dowindows): Ignore pdf-view-mod


From: Oleh Krehel
Subject: [elpa] master 7a00821 09/24: avy.el (avy-dowindows): Ignore pdf-view-mode
Date: Thu, 25 Jun 2015 10:17:49 +0000

branch: master
commit 7a008217e323ac8cd539e78e12695e60b495c421
Author: Oleh Krehel <address@hidden>
Commit: Oleh Krehel <address@hidden>

    avy.el (avy-dowindows): Ignore pdf-view-mode
    
    Fixes #57
---
 avy.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/avy.el b/avy.el
index 40e7882..2697eb4 100644
--- a/avy.el
+++ b/avy.el
@@ -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)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]