From c69ee8715a61dccddfc69bf077e6e1a73d2dc9d1 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 3 Nov 2018 15:51:53 +0100 Subject: [PATCH] =?UTF-8?q?[Misc]=20Add=20missing=20declaration=20for=20?= =?UTF-8?q?=E2=80=98pdf-tools=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/init.el b/init.el index 8785693..f694274 100644 --- a/init.el +++ b/init.el @@ -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)