From 81a9b6b3c6e4991b0e9f0e2a2ae37e572a1f2959 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 20 Oct 2018 11:25:49 +0200 Subject: [PATCH] [Init] Load projectile also on Windows --- init.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/init.el b/init.el index 5c39af8..97ba604 100644 --- a/init.el +++ b/init.el @@ -116,8 +116,7 @@ (with-demoted-errors "Cannot activate mode: %s" (funcall mode +1))) - (unless (eq system-name 'windows-nt) - (projectile-mode +1)) + (projectile-mode +1) (unless on-windows (with-demoted-errors "Error: %s"