Skip to content

Commit

Permalink
Autoload pdf-tools on M-x my/pdf-tools-install
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushalmodi committed Dec 11, 2015
1 parent 61ebe7a commit 5cc60d6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 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-09-13 19:24:35 kmodi>
;; Time-stamp: <2015-11-11 14:05:25 kmodi>

;; PDF

Expand All @@ -11,6 +11,7 @@
:preface
(progn
(defvar pdf-tools-github-version-name "pdf-tools-0.60"))
:commands (my/pdf-tools-install)
:mode (("\\.pdf\\'" . pdf-view-mode))
:config
(progn
Expand Down

0 comments on commit 5cc60d6

Please sign in to comment.