[Init] Activate pdf-tools when not on Windows

This commit is contained in:
Daniel - 2017-11-18 17:05:25 +01:00
parent a1c29009ac
commit db96088e07
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 3 additions and 0 deletions

View File

@ -122,6 +122,9 @@
(ignore-errors ; dont barf if mode cannot be loaded
(funcall mode +1)))
(unless on-windows
(pdf-tools-install))
;; Global Hooks
(when (package-installed-p 'lispy)