From 3267b2c11461815072d522d0e8a3c21c1f88bd28 Mon Sep 17 00:00:00 2001 From: Bob Rogers Date: Thu, 23 May 2024 21:48:16 -0700 Subject: [PATCH] Correct ssh-host-history * emacs-init.el: + (ssh-host-history): Fix the syntax of this variable (it's just a list), and replace rogers@lincoln.modulargenetics.com with rogers@morgantown.modulargenetics.com. --- emacs-init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs-init.el b/emacs-init.el index 9311d17..619d946 100644 --- a/emacs-init.el +++ b/emacs-init.el @@ -257,8 +257,8 @@ but it is usually sufficient to take the default.") ;; M-x ssh. -- rgr, 1-Aug-03. (setq ssh-host-history - '(("rogers@lincoln.modulargenetics.com" - "rogers@rgrjr.dyndns.org"))) + '("rogers@morgantown.modulargenetics.com" + "rogers@rgrjr.dyndns.org")) (if (eq rgr-site 'home) ;; Enable tunnelling to make the ModGen database and intranet Web servers ;; available from home. -- rgr, 29-Feb-04. -- 2.45.2