diff options
Diffstat (limited to 'config.el')
-rw-r--r-- | config.el | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -82,3 +82,8 @@ (when (featurep! :tools lsp +eglot) (set-eglot-client! 'c-mode '("clangd" "-j=3" "--clang-tidy")) (set-eglot-client! 'terraform-mode '("terraform-ls" "serve"))) + +(add-hook 'shell-mode-hook 'with-editor-export-editor) +(add-hook 'eshell-mode-hook 'with-editor-export-editor) +(add-hook 'term-exec-hook 'with-editor-export-editor) +(add-hook 'vterm-mode-hook 'with-editor-export-editor) |