diff options
| author | Lukas Fuermetz <lukas.fuermetz@partner.esrlabs.com> | 2019-08-08 17:25:22 +0200 |
|---|---|---|
| committer | Lukas Fuermetz <lukas.fuermetz@partner.esrlabs.com> | 2019-08-08 17:25:22 +0200 |
| commit | 58506483cbef41d5c5fd0a73a23779c5c3be5ca9 (patch) | |
| tree | 6c26fc93c7e567b3dda60b5fe1dde10007a1cfd7 /vterm.el | |
| parent | aafb9da5b978bc945513dd181f0ccbe4670d232c (diff) | |
Verify and clarify that vterm needs module supportemacs_module_support
Fixes #113
Diffstat (limited to 'vterm.el')
| -rw-r--r-- | vterm.el | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" |
