mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-07 12:47:30 -05:00
@ -13,7 +13,7 @@
|
|||||||
|
|
||||||
(use-package! envrc
|
(use-package! envrc
|
||||||
:when (executable-find "direnv")
|
:when (executable-find "direnv")
|
||||||
:after-call doom-first-file
|
:after-call doom-first-file-hook
|
||||||
:mode ("\\.envrc\\'" . +direnv-rc-mode)
|
:mode ("\\.envrc\\'" . +direnv-rc-mode)
|
||||||
:config
|
:config
|
||||||
(add-to-list 'doom-debug-variables 'envrc-debug)
|
(add-to-list 'doom-debug-variables 'envrc-debug)
|
||||||
|
Reference in New Issue
Block a user