Skip to content

Commit

Permalink
Minor: Use M-w and C-w to copy text from pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushalmodi committed Apr 22, 2015
1 parent f78fe65 commit 66041e9
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion setup-files/setup-pdf.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;; Time-stamp: <2015-04-13 16:35:45 kmodi>
;; Time-stamp: <2015-04-22 13:43:07 kmodi>

;; PDF

Expand Down Expand Up @@ -63,6 +63,11 @@ instead of the one present in `package-user-dir'."
;; `pdf-info-epdfinfo-program' variable
(pdf-tools-install))

(bind-keys
:map pdf-view-mode-map
("M-w" . pdf-view-kill-ring-save)
("C-w" . pdf-view-kill-ring-save))

(my/pdf-tools-install)))

;; https://github.com/rudolfochrist/interleave
Expand Down

0 comments on commit 66041e9

Please sign in to comment.