diff --git a/.emacs.d/settings.org b/.emacs.d/settings.org index 297d585..822be60 100644 --- a/.emacs.d/settings.org +++ b/.emacs.d/settings.org @@ -259,7 +259,9 @@ must run ~(all-the-icons-install-fonts)~ and ~(nerd-fonts-install-fonts)~ #+BEGIN_SRC emacs-lisp (use-package copilot :straight (:host github :repo "copilot-emacs/copilot.el" :files ("dist" "*.el")) - :ensure t) + :ensure t + :config + (setq copilot-indent-offset-warning-disable t)) (define-key copilot-completion-map (kbd "C-c c") 'copilot-accept-completion) (define-key copilot-completion-map (kbd "C-c c") 'copilot-accept-completion) (add-hook 'prog-mode-hook 'copilot-mode) diff --git a/scripts/tunnel b/scripts/tunnel index 726fcb3..16983ad 100755 --- a/scripts/tunnel +++ b/scripts/tunnel @@ -1,3 +1,3 @@ #!/bin/sh -ssh -f -N -T -R$1:localhost:42069 tunnel.simponic.xyz +ssh -f -N -T -R$1:localhost:42443 tunnel.simponic.xyz