Add popup rule for *envrc* error buffers
This commit is contained in:
parent
528657a426
commit
755d4c7b15
1 changed files with 2 additions and 0 deletions
|
@ -6,6 +6,8 @@
|
||||||
:config
|
:config
|
||||||
(add-to-list 'doom-debug-variables 'envrc-debug)
|
(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
|
;; I'm avoiding `global-envrc-mode' intentionally, because it has the
|
||||||
;; potential to run too late in the mode startup process (and after, say,
|
;; potential to run too late in the mode startup process (and after, say,
|
||||||
;; server hooks that may rely on that local direnv environment).
|
;; server hooks that may rely on that local direnv environment).
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue