diff options
author | William Carroll <wpcarro@gmail.com> | 2020-02-22T19·04+0000 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-02-22T19·04+0000 |
commit | 527b472469acd55f71dee55e22e13a2a24142cea (patch) | |
tree | 47b3d5c273a7965e4c7490cc3b0b0e86ecda62f0 /emacs/.emacs.d/wpc/ssh.el | |
parent | 695de12482044badda02088eea24c02598e18382 (diff) |
Converge naming of Acer laptop to "socrates"
Prefer "socrates" to "flattop".
Diffstat (limited to 'emacs/.emacs.d/wpc/ssh.el')
-rw-r--r-- | emacs/.emacs.d/wpc/ssh.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emacs/.emacs.d/wpc/ssh.el b/emacs/.emacs.d/wpc/ssh.el index c988c96d63fd..0b11eb258525 100644 --- a/emacs/.emacs.d/wpc/ssh.el +++ b/emacs/.emacs.d/wpc/ssh.el @@ -33,7 +33,7 @@ ;; Maximizes the tramp debugging noisiness while I'm still learning about tramp. (setq tramp-verbose 10) -(defcustom ssh/hosts '("desktop" "flattop") +(defcustom ssh/hosts '("desktop" "socrates") "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.") |