mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Add popup rule for *envrc* error buffers
This commit is contained in:
@ -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).
|
||||||
|
Reference in New Issue
Block a user