diff options
author | William Carroll <wpcarro@gmail.com> | 2022-05-27T22·26-0700 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2022-05-27T23·27+0000 |
commit | 1f96143f484004e5272864be9882b44909a52070 (patch) | |
tree | 24e0be1a0e3250e08f2aa5a02bef9e384094f145 | |
parent | e86d0101d54e0422d6c5b7d8ddb32162a84e859b (diff) |
feat(wpcarro/emacs): Add wpcarro@ava to ssh-hosts r/4158
For `M-x ssh-cd-home` Change-Id: Iacb236793414b905071284e72d64e9dab3116319 Reviewed-on: https://cl.tvl.fyi/c/depot/+/5745 Tested-by: BuildkiteCI Reviewed-by: wpcarro <wpcarro@gmail.com> Autosubmit: wpcarro <wpcarro@gmail.com>
-rw-r--r-- | users/wpcarro/nixos/tarasco/tarasco.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/users/wpcarro/nixos/tarasco/tarasco.el b/users/wpcarro/nixos/tarasco/tarasco.el index 8577e4d9cc0a..c1ecd4409c72 100644 --- a/users/wpcarro/nixos/tarasco/tarasco.el +++ b/users/wpcarro/nixos/tarasco/tarasco.el @@ -53,3 +53,5 @@ (make-bookmark :label "hadrian" :path (f-join tvl-depot-path "/hadrian") :kbd "h")) + +(add-to-list 'ssh-hosts "wpcarro@ava") |