From f8dabdea0773838c7a91302eefaba16a2cf3c967 Mon Sep 17 00:00:00 2001 From: fpi Date: Mon, 28 Jun 2021 13:07:14 +0200 Subject: Add ssh-tunnels package --- emacs-init.org | 14 ++++++++++++++ emacs-private.el.gpg | Bin 1184 -> 1247 bytes 2 files changed, 14 insertions(+) diff --git a/emacs-init.org b/emacs-init.org index bdfa91b..5355518 100644 --- a/emacs-init.org +++ b/emacs-init.org @@ -52,6 +52,7 @@ - [[#compile][Compile]] - [[#speed-reading][Speed reading]] - [[#context-aware-hydra][Context aware hydra]] + - [[#ssh-tunnels][SSH tunnels]] - [[#minor-utilities][Minor utilities]] - [[#language-settings][Language settings]] - [[#spellcheck][Spellcheck]] @@ -5737,6 +5738,19 @@ _q_ quit _r_ remove result _e_ examplify region ("/" ibuffer-filter-disable "disable") ("b" hydra-ibuffer-main/body "back" :color blue)) #+END_SRC +** SSH tunnels +#+begin_src emacs-lisp +(use-package ssh-tunnels + :straight t + :custom (ssh-tunnels-configurations + (cons `(:name "nntp" + :local-port 4321 + :remote-port 4321 + :login ,private/ssh-host-nntp + :host "localhost") + private/ssh-tunnels)) + :config (auto-ssh-tunnels-mode 1)) +#+end_src ** Minor utilities *** Screenshots / -casts [[https://gitlab.com/ambrevar/emacs-gif-screencast][Here]] is a guide to creating emacs gif screencasts. diff --git a/emacs-private.el.gpg b/emacs-private.el.gpg index 1deb591..1ed5e4c 100644 Binary files a/emacs-private.el.gpg and b/emacs-private.el.gpg differ -- cgit v1.2.3