From 853c75c29a4791051f6892c5f34437ebaf7355bc Mon Sep 17 00:00:00 2001 From: MitchMarq42 Date: Sat, 24 Sep 2022 18:58:34 -0800 Subject: [PATCH] Unbreak weird Evil error (see https://github.com/syl20bnr/spacemacs/issues/11585) --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 9815eca..222865a 100644 --- a/init.el +++ b/init.el @@ -12,7 +12,7 @@ ;; Speed up loading/finding files (let ( - (file-name-handler-alist nil) + ;; (file-name-handler-alist nil) ) ;; Don't set this, fix the actual issue and use a POSIX-ish shell (or CMD):