Skip to content

Commit

Permalink
Update documentation for new org version
Browse files Browse the repository at this point in the history
fixes #14
  • Loading branch information
markus1189 committed Nov 30, 2016
1 parent 8de3086 commit 9de96ee
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions org-pdfview.el
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,7 @@
;; (eval-after-load 'org '(require 'org-pdfview))

;; If you want, you can also configure the org-mode default open PDF file function.
;; (add-to-list 'org-file-apps '("\\.pdf\\'" . org-pdfview-open))
;; (add-to-list 'org-file-apps '("\\.pdf::\\([[:digit:]]+\\)\\'" . org-pdfview-open))
;; (add-to-list 'org-file-apps '("\\.pdf\\'" . (lambda (file link) (org-pdfview-open link))))

;;; Code:
(require 'org)
Expand Down

0 comments on commit 9de96ee

Please sign in to comment.