From d72f485a9706815270b5c9d8d2a73d3da15b5c58 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 31 Aug 2018 23:43:31 +0200 Subject: [PATCH] tools/editorconfig: defer for 3 seconds Give other plugins more room to load first. --- modules/tools/editorconfig/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/tools/editorconfig/config.el b/modules/tools/editorconfig/config.el index b4b737039..b498d0c55 100644 --- a/modules/tools/editorconfig/config.el +++ b/modules/tools/editorconfig/config.el @@ -17,7 +17,7 @@ ;; Handles whitespace (tabs/spaces) settings externally. This way projects can ;; specify their own formatting rules. (def-package! editorconfig - :defer 2 + :defer 3 :after-call (doom-enter-buffer-hook after-find-file) :config ;; Register missing indent variables