From 46d6f32a3945dcca102f2ebf7ada3a713dcad16a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alfonso=20Montero=20L=C3=B3pez?= Date: Mon, 18 Dec 2023 01:00:46 +0100 Subject: [PATCH] README.md: add symbol usage to examples (see #19) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 779ad09..1cc1f52 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This package lets you run and kill SSH tunnels. To use it: ```emacs-lisp (setq ssh-tunnels-configurations - '((:name "my local tunnel" + `((:name ,(concat "my local tunnel to " system-name) :local-port 1234 :remote-port 3306 :login "me@host")