summaryrefslogtreecommitdiff
path: root/evil-pdf.el
diff options
context:
space:
mode:
authorPierre Neidhardt <ambrevar@gmail.com>2017-12-02 10:07:32 +0100
committerPierre Neidhardt <ambrevar@gmail.com>2017-12-02 10:07:32 +0100
commit2da0c5dc379b79bc38ee9c342ddfebd75850fd93 (patch)
tree32c8427f8ea62bd6e3aa4c01bac28174cf1171ed /evil-pdf.el
parent7f2c2be005fffd6e8ad75eb396439c7332c9c86a (diff)
evil-pdf: Remove [\C-c tab] workaround now package-lint is fixed
Diffstat (limited to 'evil-pdf.el')
-rw-r--r--evil-pdf.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/evil-pdf.el b/evil-pdf.el
index 7779ff9..fc005e4 100644
--- a/evil-pdf.el
+++ b/evil-pdf.el
@@ -106,7 +106,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 ; TODO: Use "kbd" when package-lint is fixed (https://github.com/purcell/package-lint/issues/96).
+ (kbd "C-c <tab>") 'pdf-view-extract-region-image
"sb" 'pdf-view-set-slice-from-bounding-box
"sm" 'pdf-view-set-slice-using-mouse