From 2448dbd8cf64bd25a49f2272a03d9ca8d824ef6f Mon Sep 17 00:00:00 2001 From: Gregor Kleen Date: Mon, 23 Aug 2021 14:28:28 +0200 Subject: gkleen@sif: fradrive --- accounts/gkleen@sif/emacs.el | 2 +- accounts/gkleen@sif/ssh-hosts.nix | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) (limited to 'accounts/gkleen@sif') diff --git a/accounts/gkleen@sif/emacs.el b/accounts/gkleen@sif/emacs.el index b22c00f5..e01f7658 100644 --- a/accounts/gkleen@sif/emacs.el +++ b/accounts/gkleen@sif/emacs.el @@ -68,7 +68,7 @@ (setq undo-tree-auto-save-history t) -(defvar expand-file-name-custom-tilde-alist '(("u2w-dev1" . "/ssh:uni2work-dev1:/home/gkleen/projects/uni2work"))) +(defvar expand-file-name-custom-tilde-alist '(("u2w-dev1" . "/ssh:uni2work-dev1:/home/gkleen/projects/uni2work") ("fradrive-dev1" . "/ssh:uni2work-dev1:/home/gkleen/projects/fradrive"))) (defun my/add-to-tilde-alist (hash) (let* ((tilde:dir (split-string hash "=")) (tilde (car tilde:dir)) diff --git a/accounts/gkleen@sif/ssh-hosts.nix b/accounts/gkleen@sif/ssh-hosts.nix index e8a00edf..3caa8619 100644 --- a/accounts/gkleen@sif/ssh-hosts.nix +++ b/accounts/gkleen@sif/ssh-hosts.nix @@ -236,6 +236,16 @@ { bind = { address = "localhost"; port = 9021; }; host = { address = "localhost"; port = 9021; }; } + + { bind = { address = "localhost"; port = 3178; }; + host = { address = "localhost"; port = 3178; }; + } + { bind = { address = "localhost"; port = 8258; }; + host = { address = "localhost"; port = 8258; }; + } + { bind = { address = "localhost"; port = 8259; }; + host = { address = "localhost"; port = 8259; }; + } ]; remoteForwards = [ { host = { address = "/run/user/1000/emacs/server"; }; -- cgit v1.2.3