added pdftools

This commit is contained in:
ndwarshuis 2019-04-01 23:52:41 -04:00
parent 5d91770668
commit 311147b96a
1 changed files with 9 additions and 0 deletions

View File

@ -3496,6 +3496,15 @@ Filtering is useful for obvious reasons
(use-package dired-narrow
:ensure t)
#+END_SRC
** pdftools
#+BEGIN_SRC emacs-lisp
(use-package pdf-tools
:ensure t
:config
(pdf-tools-install)
(setq pdf-view-display-size 'fit-page
pdf-annot-activate-created-annotations t))
#+END_SRC
** mu4e
Since mu4e is an external program, need to check that it is installed before loading anything.
#+BEGIN_SRC emacs-lisp