summaryrefslogtreecommitdiff
path: root/evil-pdf.el
diff options
context:
space:
mode:
authorPierre Neidhardt <ambrevar@gmail.com>2017-11-23 15:35:49 +0100
committerPierre Neidhardt <ambrevar@gmail.com>2017-11-23 15:35:49 +0100
commit1b67246f90d18da71eb4c18160a388f11d8c010a (patch)
tree3c2fd5b95e1b9609a2abf74cd8006ae7a780b41e /evil-pdf.el
parent7811c04eb5c23d3bead0b5382e3f9b46487caf6a (diff)
Add link to issue about image vs. pdf/doc-view conflict
Diffstat (limited to 'evil-pdf.el')
-rw-r--r--evil-pdf.el6
1 files changed, 0 insertions, 6 deletions
diff --git a/evil-pdf.el b/evil-pdf.el
index 162d8ea..2aec709 100644
--- a/evil-pdf.el
+++ b/evil-pdf.el
@@ -30,12 +30,6 @@
(require 'evil)
(require 'pdf-view nil t)
-;; TODO: `image-mode-map' is the parent of `pdf-view-mode-map'. A bug(?) in
-;; image-mode-map and pdf-mode-map seem to conflict with Evil.
-;; See https://github.com/emacs-evil/evil/issues/938
-;; and https://github.com/politza/pdf-tools/issues/324.
-;; Changing load order only changes which mode overrides the other.
-
(with-no-warnings
(defun evil-pdf-view-goto-page (&optional page)
"`evil' wrapper around `pdf-view-last-page'."