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

@ -11,9 +11,8 @@
(exec-path-from-shell-initialize))
(use-package envrc
:diminish
:init
(envrc-global-mode))
:diminish
:hook (after-init . envrc-global-mode))
(use-package restclient
:mode (("\\.http\\'" . restclient-mode)))