aboutsummaryrefslogtreecommitdiff
path: root/vterm.el
diff options
context:
space:
mode:
authorLukas Fuermetz <lukas.fuermetz@partner.esrlabs.com>2019-08-08 17:25:22 +0200
committerLukas Fuermetz <lukas.fuermetz@partner.esrlabs.com>2019-08-08 17:25:22 +0200
commit58506483cbef41d5c5fd0a73a23779c5c3be5ca9 (patch)
tree6c26fc93c7e567b3dda60b5fe1dde10007a1cfd7 /vterm.el
parentaafb9da5b978bc945513dd181f0ccbe4670d232c (diff)
Verify and clarify that vterm needs module supportemacs_module_support
Fixes #113
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"