[Init] Activate projectile on Cygwin, but not on Windows

This commit is contained in:
Daniel - 2018-08-25 13:34:18 +02:00
parent 67b1290088
commit 149ca014a0
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 3 additions and 1 deletions

View File

@ -117,9 +117,11 @@
(with-demoted-errors "Cannot activate mode: %s"
(funcall mode +1)))
(unless (eq system-name 'windows-nt)
(projectile-mode +1))
(unless on-windows
(with-demoted-errors "Error: %s"
(projectile-mode +1)
(pdf-tools-install)))
;; Global Hooks