aboutsummaryrefslogtreecommitdiff
path: root/vterm.el
diff options
context:
space:
mode:
Diffstat (limited to 'vterm.el')
-rw-r--r--vterm.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/vterm.el b/vterm.el
index eb30382..2149fc7 100644
--- a/vterm.el
+++ b/vterm.el
@@ -42,6 +42,9 @@
;;; Code:
+(unless module-file-suffix
+ (error "VTerm needs module support. Please compile your Emacs with the --with-modules option!"))
+
(require 'term)
(defvar vterm-install-buffer-name " *Install vterm"