aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjixiufeng <jixiufeng@luojilab.com>2018-11-08 20:19:26 +0800
committerLukas Fürmetz <fuermetz@mailbox.org>2018-11-11 21:18:41 +0100
commit3ff58ef1417c4a38270996d1265e423976b4fe17 (patch)
tree6e546c3c47dc7fa76ec5355609086cfa6279d069
parent4aa504f7bfdcfb9710bb4d2e305685b3979b1dc1 (diff)
add autoload cookie
-rw-r--r--vterm.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/vterm.el b/vterm.el
index fb2f2b8..58c7a79 100644
--- a/vterm.el
+++ b/vterm.el
@@ -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)