mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
tools/editorconfig: defer for 3 seconds
Give other plugins more room to load first.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user