aboutsummaryrefslogtreecommitdiff
path: root/vterm.el
diff options
context:
space:
mode:
authorLukas Fürmetz <fuermetz@mailbox.org>2019-08-08 19:01:19 +0200
committerGitHub <noreply@github.com>2019-08-08 19:01:19 +0200
commit2c5d06b789f5ed06eeda92965509f8af46f6127c (patch)
tree6c26fc93c7e567b3dda60b5fe1dde10007a1cfd7 /vterm.el
parentaafb9da5b978bc945513dd181f0ccbe4670d232c (diff)
parent58506483cbef41d5c5fd0a73a23779c5c3be5ca9 (diff)
Merge pull request #123 from akermu/emacs_module_support
Verify and clarify that vterm needs module support
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"