diff options
Diffstat (limited to 'config.el')
| -rw-r--r-- | config.el | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -83,10 +83,9 @@ (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) +(after! with-editor + (add-hook 'eshell-mode-hook #'with-editor-export-editor) + (add-hook 'eat-exec-hook #'with-editor-export-editor)) (use-package! meson-mode) (use-package! ebuild-mode) |
