summaryrefslogtreecommitdiffhomepage
path: root/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'init.org')
-rw-r--r--init.org3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.org b/init.org
index 7683452..8e752db 100644
--- a/init.org
+++ b/init.org
@@ -1800,6 +1800,7 @@
(use-package vterm
:ensure t
+ :commands (vterm vterm-mode)
:init (setq vterm-kill-buffer-on-exit t
vterm-copy-exclude-prompt t
jao-use-vterm t)
@@ -2673,7 +2674,7 @@
(defun jao-ssh ()
(interactive)
(let ((h (completing-read "Host: " (jao-tramp-hosts))))
- (jao-exec-in-term (format "ssh %s" h) (format "* ssh %s *" h))))
+ (jao-exec-in-term (format "ssh %s" h) (format "*ssh %s*" h))))
#+end_src
* Chats
*** circe