summaryrefslogtreecommitdiff
path: root/with-editor.el
diff options
context:
space:
mode:
Diffstat (limited to 'with-editor.el')
-rw-r--r--with-editor.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/with-editor.el b/with-editor.el
index c59db8b..12fabcb 100644
--- a/with-editor.el
+++ b/with-editor.el
@@ -99,6 +99,9 @@
(progn (require 'dired nil t)
(require 'eshell nil t)
(require 'term nil t)
+ (condition-case err
+ (require 'vterm nil t)
+ (error (message "Error: %S" err)))
(require 'vterm nil t)
(require 'warnings nil t)))
(declare-function dired-get-filename 'dired)