diff options
Diffstat (limited to 'accounts')
-rw-r--r-- | accounts/gkleen@sif/emacs.el | 2 | ||||
-rw-r--r-- | accounts/gkleen@sif/ssh-hosts.nix | 10 |
2 files changed, 11 insertions, 1 deletions
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 @@ | |||
68 | 68 | ||
69 | (setq undo-tree-auto-save-history t) | 69 | (setq undo-tree-auto-save-history t) |
70 | 70 | ||
71 | (defvar expand-file-name-custom-tilde-alist '(("u2w-dev1" . "/ssh:uni2work-dev1:/home/gkleen/projects/uni2work"))) | 71 | (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"))) |
72 | (defun my/add-to-tilde-alist (hash) | 72 | (defun my/add-to-tilde-alist (hash) |
73 | (let* ((tilde:dir (split-string hash "=")) | 73 | (let* ((tilde:dir (split-string hash "=")) |
74 | (tilde (car tilde:dir)) | 74 | (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 @@ | |||
236 | { bind = { address = "localhost"; port = 9021; }; | 236 | { bind = { address = "localhost"; port = 9021; }; |
237 | host = { address = "localhost"; port = 9021; }; | 237 | host = { address = "localhost"; port = 9021; }; |
238 | } | 238 | } |
239 | |||
240 | { bind = { address = "localhost"; port = 3178; }; | ||
241 | host = { address = "localhost"; port = 3178; }; | ||
242 | } | ||
243 | { bind = { address = "localhost"; port = 8258; }; | ||
244 | host = { address = "localhost"; port = 8258; }; | ||
245 | } | ||
246 | { bind = { address = "localhost"; port = 8259; }; | ||
247 | host = { address = "localhost"; port = 8259; }; | ||
248 | } | ||
239 | ]; | 249 | ]; |
240 | remoteForwards = [ | 250 | remoteForwards = [ |
241 | { host = { address = "/run/user/1000/emacs/server"; }; | 251 | { host = { address = "/run/user/1000/emacs/server"; }; |