From ca6005f8f8dbf7b67f2953320e56b092d3cb797e Mon Sep 17 00:00:00 2001 From: jao Date: Wed, 12 Jan 2022 04:25:39 +0000 Subject: nits --- init.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'init.org') 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 -- cgit v1.2.3