diff options
author | William Carroll <wpcarro@gmail.com> | 2021-12-23T23·34-0500 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2021-12-23T23·39+0000 |
commit | 87981e7afd221f76a4361429a043881d6351e657 (patch) | |
tree | 0711429cd990082b824e17f051e4d0859eddc3fb /users/wpcarro/emacs/.emacs.d/wpc/ssh.el | |
parent | 9b2163cb32b599bd34253042faa43db7fd87cdb9 (diff) |
refactor(wpcarro/socrates): Delete socrates r/3339
A brief eulogy: Socrates was an Acer laptop that I bought at a used electronics shop in London for 100 quid. The laptop is no more... it is perished... it is deceased... it's not pining for the fjords! it is stone dead... Change-Id: Ia00e9e8fa05b9faa54c27fe86d880ad31402e2c6 Reviewed-on: https://cl.tvl.fyi/c/depot/+/4546 Reviewed-by: wpcarro <wpcarro@gmail.com> Autosubmit: wpcarro <wpcarro@gmail.com> Tested-by: BuildkiteCI
Diffstat (limited to 'users/wpcarro/emacs/.emacs.d/wpc/ssh.el')
-rw-r--r-- | users/wpcarro/emacs/.emacs.d/wpc/ssh.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/wpcarro/emacs/.emacs.d/wpc/ssh.el b/users/wpcarro/emacs/.emacs.d/wpc/ssh.el index 2e5839c04698..f7d75a27e63e 100644 --- a/users/wpcarro/emacs/.emacs.d/wpc/ssh.el +++ b/users/wpcarro/emacs/.emacs.d/wpc/ssh.el @@ -42,7 +42,7 @@ ;; enables ControlMaster. (setq tramp-use-ssh-controlmaster-options nil) -(defcustom ssh-hosts '("desktop" "socrates") +(defcustom ssh-hosts '("desktop") "List of hosts to which I commonly connect. Note: It could be interesting to read these values from ~/.ssh-config, but that's more than I need at the moment.") |