summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
authorAndreas Politz <politza@hochschule-trier.de>2018-10-08 21:16:40 +0200
committerAndreas Politz <politza@hochschule-trier.de>2018-10-08 21:16:40 +0200
commitd8dc23f48a44135f48b2bace16a182d501fa9744 (patch)
tree12281662bbe9c9b9210102346bea49cbd25dff82 /README.org
parent66dd313dbb1d078fa847805b0d7cf9797bec9e4c (diff)
Add a new, faster procedure for loading this package
Diffstat (limited to 'README.org')
-rw-r--r--README.org11
1 files changed, 8 insertions, 3 deletions
diff --git a/README.org b/README.org
index 5158bf5..34791f7 100644
--- a/README.org
+++ b/README.org
@@ -277,9 +277,14 @@
#+begin_src elisp
(pdf-tools-install)
#+end_src
- somewhere in your ~.emacs~. Next you probably want to take a look at
- the various features of what you've just installed. The following
- two commands might be of help for doing so.
+ somewhere in your ~.emacs~. Alternatively, and if you care about
+ start-up time, you may want to use
+#+begin_src elisp
+ (pdf-loader-install)
+#+end_src
+ instead. Next you probably want to take a look at the various
+ features of what you've just installed. The following two commands
+ might be of help for doing so.
#+begin_src elisp
M-x pdf-tools-help RET
M-x pdf-tools-customize RET