diff options
author | fpi | 2021-06-28 13:07:14 +0200 |
---|---|---|
committer | fpi | 2022-03-17 14:37:59 +0100 |
commit | f8dabdea0773838c7a91302eefaba16a2cf3c967 (patch) | |
tree | ea70f06a162ef3dc35c2bf2875795b02d5634d68 | |
parent | Update redtick settings (diff) |
Add ssh-tunnels package
Diffstat (limited to '')
-rw-r--r-- | emacs-init.org | 14 | ||||
-rw-r--r-- | emacs-private.el.gpg | bin | 1184 -> 1247 bytes |
2 files changed, 14 insertions, 0 deletions
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 Binary files differindex 1deb591..1ed5e4c 100644 --- a/emacs-private.el.gpg +++ b/emacs-private.el.gpg |