diff options
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.") |