Move envrc to after-init-hook

This commit is contained in:
David Morgan 2023-02-23 11:59:37 +00:00
parent d9dc211e01
commit c544812af5
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 2 additions and 3 deletions

View File

@ -12,8 +12,7 @@
(use-package envrc
:diminish
:init
(envrc-global-mode))
:hook (after-init . envrc-global-mode))
(use-package restclient
:mode (("\\.http\\'" . restclient-mode)))