[Misc] Add missing declaration for ‘pdf-tools’

This commit is contained in:
Daniel - 2018-11-03 15:51:53 +01:00
parent d910d23f5b
commit c69ee8715a
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 3 additions and 0 deletions

View File

@ -2153,6 +2153,9 @@ are assumed to be of the form *.crt."
:commands (page-break-lines-mode)
:diminish page-break-lines-mode)
(use-package pdf-tools
:commands (pdf-tools-install))
(use-package python
:defer t
:init (setq python-indent-offset 2)