diff options
| author | Andreas Politz <politza@hochschule-trier.de> | 2018-10-08 21:16:40 +0200 |
|---|---|---|
| committer | Andreas Politz <politza@hochschule-trier.de> | 2018-10-08 21:16:40 +0200 |
| commit | d8dc23f48a44135f48b2bace16a182d501fa9744 (patch) | |
| tree | 12281662bbe9c9b9210102346bea49cbd25dff82 /README.org | |
| parent | 66dd313dbb1d078fa847805b0d7cf9797bec9e4c (diff) | |
Add a new, faster procedure for loading this package
Diffstat (limited to 'README.org')
| -rw-r--r-- | README.org | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -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 |
