diff options
| author | Lukas Fürmetz <fuermetz@mailbox.org> | 2019-08-08 19:01:19 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-08-08 19:01:19 +0200 |
| commit | 2c5d06b789f5ed06eeda92965509f8af46f6127c (patch) | |
| tree | 6c26fc93c7e567b3dda60b5fe1dde10007a1cfd7 /vterm.el | |
| parent | aafb9da5b978bc945513dd181f0ccbe4670d232c (diff) | |
| parent | 58506483cbef41d5c5fd0a73a23779c5c3be5ca9 (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.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" |
