Add popup rule for *envrc* error buffers

This commit is contained in:
Henrik Lissner 2021-05-12 16:28:52 -04:00
parent 528657a426
commit 755d4c7b15

View File

@ -6,6 +6,8 @@
:config
(add-to-list 'doom-debug-variables 'envrc-debug)
(set-popup-rule! "^\\*envrc\\*" :quit t :ttl 0)
;; I'm avoiding `global-envrc-mode' intentionally, because it has the
;; potential to run too late in the mode startup process (and after, say,
;; server hooks that may rely on that local direnv environment).