summaryrefslogtreecommitdiff
path: root/config.el
diff options
context:
space:
mode:
Diffstat (limited to 'config.el')
-rw-r--r--config.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/config.el b/config.el
index e054c66..a16e4e6 100644
--- a/config.el
+++ b/config.el
@@ -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)