summaryrefslogtreecommitdiff
path: root/evil-pdf.el
diff options
context:
space:
mode:
authorPierre Neidhardt <ambrevar@gmail.com>2017-11-23 15:39:45 +0100
committerPierre Neidhardt <ambrevar@gmail.com>2017-11-23 15:39:45 +0100
commitd8564d0953212a7fc1c61806af759daf65e2994e (patch)
tree6e0a1cb5fb8cf44a2432f9062a6099d07d7f2fcb /evil-pdf.el
parentc8c8e2b8c3942bdf1223ee702e68b427625e167f (diff)
pdf: Add link to package-lint issue
Diffstat (limited to 'evil-pdf.el')
-rw-r--r--evil-pdf.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/evil-pdf.el b/evil-pdf.el
index 2aec709..44302b6 100644
--- a/evil-pdf.el
+++ b/evil-pdf.el
@@ -103,7 +103,7 @@
(kbd "<down-mouse-1>") 'pdf-view-mouse-set-region
(kbd "C-c C-c") 'docview-mode
- [?\C-c tab] 'pdf-view-extract-region-image ; workaround package-lint bug
+ [?\C-c tab] 'pdf-view-extract-region-image ; TODO: Use "kbd" when package-lint is fixed (https://github.com/purcell/package-lint/issues/96).
"sb" 'pdf-view-set-slice-from-bounding-box
"sm" 'pdf-view-set-slice-using-mouse
@@ -148,6 +148,7 @@
"ZZ" 'pdf-outline-quit-and-kill)
(evil-define-key 'motion pdf-occur-buffer-mode-map
+ ;; goto
(kbd "<return>") 'pdf-occur-goto-occurrence
(kbd "o") 'pdf-occur-view-occurrence
(kbd "C-o") 'pdf-occur-view-occurrence ; TODO: "o" is probably a better binding.