diff options
| author | jixiufeng <jixiufeng@luojilab.com> | 2018-11-08 20:19:26 +0800 |
|---|---|---|
| committer | Lukas Fürmetz <fuermetz@mailbox.org> | 2018-11-11 21:18:41 +0100 |
| commit | 3ff58ef1417c4a38270996d1265e423976b4fe17 (patch) | |
| tree | 6e546c3c47dc7fa76ec5355609086cfa6279d069 | |
| parent | 4aa504f7bfdcfb9710bb4d2e305685b3979b1dc1 (diff) | |
add autoload cookie
| -rw-r--r-- | vterm.el | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -183,6 +183,7 @@ be send to the terminal." (setq key (upcase key))) (vterm--update vterm--term key shift meta ctrl)))) +;;;###autoload (defun vterm () "Create a new vterm." (interactive) @@ -191,6 +192,7 @@ be send to the terminal." (vterm-mode)) (switch-to-buffer buffer))) +;;;###autoload (defun vterm-other-window () "Create a new vterm." (interactive) |
